Searched refs:ModuleConstant (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/ |
H A D | DXILWriterPass.cpp | 78 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 D | DXContainerGlobals.cpp | 93 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 D | ModuleUtils.cpp | 359 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 D | BitcodeWriter.cpp | 5186 llvm::Constant *ModuleConstant = in embedBitcodeInModule() local 5189 M, ModuleConstant->getType(), true, llvm::GlobalValue::PrivateLinkage, in embedBitcodeInModule() 5190 ModuleConstant); in embedBitcodeInModule()
|