Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHIPUtility.cpp299 llvm::raw_string_ostream ObjStream(ObjBuffer); in constructGenerateObjFileFromHIPFatBinary() local
336 ObjStream << "# HIP Object Generator\n"; in constructGenerateObjFileFromHIPFatBinary()
337 ObjStream << "# *** Automatically generated by Clang ***\n"; in constructGenerateObjFileFromHIPFatBinary()
341 ObjStream << " .section .hip_gpubin_handle,\"dw\"\n"; in constructGenerateObjFileFromHIPFatBinary()
343 ObjStream << " .protected " << PrimaryGpuBinHandleSymbol << "\n"; in constructGenerateObjFileFromHIPFatBinary()
344 ObjStream << " .type " << PrimaryGpuBinHandleSymbol << ",@object\n"; in constructGenerateObjFileFromHIPFatBinary()
345 ObjStream << " .section .hip_gpubin_handle,\"aw\"\n"; in constructGenerateObjFileFromHIPFatBinary()
347 ObjStream << " .globl " << PrimaryGpuBinHandleSymbol << "\n"; in constructGenerateObjFileFromHIPFatBinary()
348 ObjStream << " .p2align 3\n"; // Align 8 in constructGenerateObjFileFromHIPFatBinary()
349 ObjStream << PrimaryGpuBinHandleSymbol << ":\n"; in constructGenerateObjFileFromHIPFatBinary()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCompileUtils.cpp46 raw_svector_ostream ObjStream(ObjBufferSV); in operator ()() local
50 if (TM.addPassesToEmitMC(PM, Ctx, ObjStream)) in operator ()()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp163 raw_svector_ostream ObjStream(ObjBufferSV); in emitObject() local
167 if (TM->addPassesToEmitMC(PM, Ctx, ObjStream, !getVerifyModules())) in emitObject()