Home
last modified time | relevance | path

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

/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()
/llvm-project/llvm/lib/Target/DirectX/
H A DDXContainerGlobals.cpp110 Constant *ModuleConstant = in buildContainerGlobal()
112 return buildContainerGlobal(M, ModuleConstant, "dx.hash", "HASH"); in buildContainerGlobal()
104 Constant *ModuleConstant = computeShaderHash() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp381 Constant *ModuleConstant = ConstantDataArray::get( in lowerGlobalIFuncUsersAsGlobalCtor()
384 M, ModuleConstant->getType(), true, GlobalValue::PrivateLinkage, in lowerGlobalIFuncUsersAsGlobalCtor()
385 ModuleConstant, "llvm.embedded.object"); in lowerGlobalIFuncUsersAsGlobalCtor()
336 Constant *ModuleConstant = ConstantDataArray::get( embedBufferInModule() local
/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp5683 llvm::Constant *ModuleConstant =
5686 M, ModuleConstant->getType(), true, llvm::GlobalValue::PrivateLinkage,
5687 ModuleConstant);
5390 llvm::Constant *ModuleConstant = embedBitcodeInModule() local