Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILWriterPass.cpp69 Constant *ModuleConstant = in runOnModule() local
71 auto *GV = new llvm::GlobalVariable(M, ModuleConstant->getType(), true, in runOnModule()
73 ModuleConstant, "dx.dxil"); in runOnModule()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp270 Constant *ModuleConstant = ConstantDataArray::get( in embedBufferInModule() local
273 M, ModuleConstant->getType(), true, GlobalValue::PrivateLinkage, in embedBufferInModule()
274 ModuleConstant, "llvm.embedded.object"); in embedBufferInModule()
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4995 llvm::Constant *ModuleConstant = in embedBitcodeInModule() local
4998 M, ModuleConstant->getType(), true, llvm::GlobalValue::PrivateLinkage, in embedBitcodeInModule()
4999 ModuleConstant); in embedBitcodeInModule()