Home
last modified time | relevance | path

Searched refs:ModuleConstant (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILWriterPass.cpp78 Constant *ModuleConstant = in runOnModule() local
80 auto *GV = new llvm::GlobalVariable(M, ModuleConstant->getType(), true, in runOnModule()
82 ModuleConstant, "dx.dxil"); in runOnModule()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXContainerGlobals.cpp94 Constant *ModuleConstant = in computeShaderHash() local
96 auto *GV = new llvm::GlobalVariable(M, ModuleConstant->getType(), true, in computeShaderHash()
98 ModuleConstant, "dx.hash"); in computeShaderHash()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp335 Constant *ModuleConstant = ConstantDataArray::get( in embedBufferInModule() local
338 M, ModuleConstant->getType(), true, GlobalValue::PrivateLinkage, in embedBufferInModule()
339 ModuleConstant, "llvm.embedded.object"); in embedBufferInModule()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp5224 llvm::Constant *ModuleConstant = in embedBitcodeInModule() local
5227 M, ModuleConstant->getType(), true, llvm::GlobalValue::PrivateLinkage, in embedBitcodeInModule()
5228 ModuleConstant); in embedBitcodeInModule()