Home
last modified time | relevance | path

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

/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXContainerGlobals.cpp104 Constant *ModuleConstant =
106 return buildContainerGlobal(M, ModuleConstant, "dx.hash", "HASH");
94 Constant *ModuleConstant = computeShaderHash() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp338 Constant *ModuleConstant = ConstantDataArray::get( in embedBufferInModule()
341 M, ModuleConstant->getType(), true, GlobalValue::PrivateLinkage, in embedBufferInModule()
342 ModuleConstant, "llvm.embedded.object"); in embedBufferInModule()
335 Constant *ModuleConstant = ConstantDataArray::get( embedBufferInModule() local
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp5423 llvm::Constant *ModuleConstant =
5426 M, ModuleConstant->getType(), true, llvm::GlobalValue::PrivateLinkage,
5427 ModuleConstant);
5224 llvm::Constant *ModuleConstant = embedBitcodeInModule() local