Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/
H A DDXContainerGlobals.cpp93 Constant *ModuleConstant = in computeShaderHash() local
95 auto *GV = new llvm::GlobalVariable(M, ModuleConstant->getType(), true, in computeShaderHash()
97 ModuleConstant, "dx.hash"); in computeShaderHash()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp359 Constant *ModuleConstant = ConstantDataArray::get( in embedBufferInModule() local
362 M, ModuleConstant->getType(), true, GlobalValue::PrivateLinkage, in embedBufferInModule()
363 ModuleConstant, "llvm.embedded.object"); in embedBufferInModule()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp5186 llvm::Constant *ModuleConstant = in embedBitcodeInModule() local
5189 M, ModuleConstant->getType(), true, llvm::GlobalValue::PrivateLinkage, in embedBitcodeInModule()
5190 ModuleConstant); in embedBitcodeInModule()