Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
HDDXILWriterPass.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-13-stable/contrib/llvm-project/llvm/lib/Target/DirectX/
HDDXContainerGlobals.cpp104 Constant *ModuleConstant = in computeShaderHash() local
106 return buildContainerGlobal(M, ModuleConstant, "dx.hash", "HASH"); in computeShaderHash()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDModuleUtils.cpp338 Constant *ModuleConstant = ConstantDataArray::get( in embedBufferInModule() local
341 M, ModuleConstant->getType(), true, GlobalValue::PrivateLinkage, in embedBufferInModule()
342 ModuleConstant, "llvm.embedded.object"); in embedBufferInModule()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp5423 llvm::Constant *ModuleConstant = in embedBitcodeInModule() local
5426 M, ModuleConstant->getType(), true, llvm::GlobalValue::PrivateLinkage, in embedBitcodeInModule()
5427 ModuleConstant); in embedBitcodeInModule()