Home
last modified time | relevance | path

Searched refs:ObjStream (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/clang/lib/Driver/ToolChains/
DHIP.cpp178 llvm::raw_string_ostream ObjStream(ObjBuffer); in constructGenerateObjFileFromHIPFatBinary() local
184 ObjStream << "# HIP Object Generator\n"; in constructGenerateObjFileFromHIPFatBinary()
185 ObjStream << "# *** Automatically generated by Clang ***\n"; in constructGenerateObjFileFromHIPFatBinary()
186 ObjStream << " .type __hip_fatbin,@object\n"; in constructGenerateObjFileFromHIPFatBinary()
187 ObjStream << " .section .hip_fatbin,\"a\",@progbits\n"; in constructGenerateObjFileFromHIPFatBinary()
188 ObjStream << " .globl __hip_fatbin\n"; in constructGenerateObjFileFromHIPFatBinary()
189 ObjStream << " .p2align " << llvm::Log2(llvm::Align(HIPCodeObjectAlign)) in constructGenerateObjFileFromHIPFatBinary()
191 ObjStream << "__hip_fatbin:\n"; in constructGenerateObjFileFromHIPFatBinary()
192 ObjStream << " .incbin \"" << BundleFile << "\"\n"; in constructGenerateObjFileFromHIPFatBinary()
193 ObjStream.flush(); in constructGenerateObjFileFromHIPFatBinary()
/external/llvm/include/llvm/ExecutionEngine/Orc/
DCompileUtils.h36 raw_svector_ostream ObjStream(ObjBufferSV); in operator()
40 if (TM.addPassesToEmitMC(PM, Ctx, ObjStream)) in operator()
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DCompileUtils.cpp45 raw_svector_ostream ObjStream(ObjBufferSV); in operator ()() local
49 if (TM.addPassesToEmitMC(PM, Ctx, ObjStream)) in operator ()()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DCompileUtils.cpp45 raw_svector_ostream ObjStream(ObjBufferSV); in operator ()() local
49 if (TM.addPassesToEmitMC(PM, Ctx, ObjStream)) in operator ()()
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp159 raw_svector_ostream ObjStream(ObjBufferSV); in emitObject() local
163 if (TM->addPassesToEmitMC(PM, Ctx, ObjStream, !getVerifyModules())) in emitObject()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp160 raw_svector_ostream ObjStream(ObjBufferSV); in emitObject() local
164 if (TM->addPassesToEmitMC(PM, Ctx, ObjStream, !getVerifyModules())) in emitObject()
/external/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp162 raw_svector_ostream ObjStream(ObjBufferSV); in emitObject() local
166 if (TM->addPassesToEmitMC(PM, Ctx, ObjStream, !getVerifyModules())) in emitObject()