Home
last modified time | relevance | path

Searched refs:raw_string_ostream (Results 1 – 10 of 10) sorted by relevance

/frameworks/compile/slang/
Dslang_diagnostic_buffer.h27 class raw_string_ostream; variable
36 std::unique_ptr<llvm::raw_string_ostream> mSOS;
Dslang_diagnostic_buffer.cpp29 : mSOS(new llvm::raw_string_ostream(mDiags)) { in DiagnosticBuffer()
35 mSOS(new llvm::raw_string_ostream(mDiags)) { in DiagnosticBuffer()
Dslang_rs_export_func.h64 llvm::raw_string_ostream BufStm(mMangledName); in RSExportFunc()
Dslang_backend.h75 void WrapBitcode(llvm::raw_string_ostream &Bitcode);
Dslang_backend.cpp236 void Backend::WrapBitcode(llvm::raw_string_ostream &Bitcode) { in WrapBitcode()
346 llvm::raw_string_ostream Bitcode(BCStr); in HandleTranslationUnit()
Dllvm-rs-as.cpp138 raw_string_ostream stream(Err); in main()
/frameworks/compile/mclinker/lib/LD/
DDiagnostic.cpp152 llvm::raw_string_ostream(pOutStr) << val; in format()
157 llvm::raw_string_ostream(pOutStr) << val; in format()
162 llvm::raw_string_ostream(pOutStr) << val; in format()
/frameworks/compile/libbcc/lib/Renderscript/
DRSEmbedInfo.cpp62 llvm::raw_string_ostream s(str); in getRSInfoString()
/frameworks/compile/libbcc/bcinfo/
DBitcodeTranslator.cpp147 llvm::raw_string_ostream OS(Buffer); in translate()
/frameworks/compile/libbcc/lib/Core/
DSource.cpp118 llvm::raw_string_ostream ErrorStream(ErrorInfo); in CreateFromModule()