Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DMemProfiler.cpp501 GlobalVariable *ProfileNameVar = new GlobalVariable( in createProfileFileNameVar() local
506 ProfileNameVar->setLinkage(GlobalValue::ExternalLinkage); in createProfileFileNameVar()
507 ProfileNameVar->setComdat(M.getOrInsertComdat(MemProfFilenameVar)); in createProfileFileNameVar()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProf.cpp1156 GlobalVariable *ProfileNameVar = new GlobalVariable( in createProfileFileNameVar() local
1161 ProfileNameVar->setLinkage(GlobalValue::ExternalLinkage); in createProfileFileNameVar()
1162 ProfileNameVar->setComdat(M.getOrInsertComdat( in createProfileFileNameVar()
/external/llvm-project/llvm/lib/ProfileData/
DInstrProf.cpp1143 GlobalVariable *ProfileNameVar = new GlobalVariable( in createProfileFileNameVar() local
1148 ProfileNameVar->setLinkage(GlobalValue::ExternalLinkage); in createProfileFileNameVar()
1149 ProfileNameVar->setComdat(M.getOrInsertComdat( in createProfileFileNameVar()