Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_diagnostic_buffer.h28 class raw_string_ostream; variable
41 std::unique_ptr<llvm::raw_string_ostream> mSOS;
Dslang_diagnostic_buffer.cpp29 : mSOS(new llvm::raw_string_ostream(mDiags)) { in DiagnosticBuffer()
41 llvm::raw_string_ostream stream(Message); in HandleDiagnostic()
Dslang_bitcode_gen.cpp38 llvm::raw_string_ostream Bitcode(BitcodeStr); in writeBitcode()
Dslang_rs_export_func.h60 llvm::raw_string_ostream BufStm(mMangledName); in RSExportFunc()
Dllvm-rs-as.cpp140 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/bcinfo/
DBitcodeTranslator.cpp159 llvm::raw_string_ostream OS(Buffer); in translate()
/frameworks/compile/libbcc/lib/
DRSEmbedInfo.cpp70 llvm::raw_string_ostream s(str); in getRSInfoString()
DSource.cpp180 llvm::raw_string_ostream ErrorStream(ErrorInfo); in CreateFromModule()
DRSScriptGroupFusion.cpp259 llvm::raw_string_ostream rso(msg); in fuseKernels()
/frameworks/rs/rsov/compiler/
DRSAllocationUtils.cpp45 raw_string_ostream RSO(TypeName); in isRSAllocation()