Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp519 GlobalVariable *ProfileNameVar = new GlobalVariable( in createProfileFileNameVar() local
524 ProfileNameVar->setLinkage(GlobalValue::ExternalLinkage); in createProfileFileNameVar()
525 ProfileNameVar->setComdat(M.getOrInsertComdat(MemProfFilenameVar)); in createProfileFileNameVar()
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProf.cpp1183 GlobalVariable *ProfileNameVar = new GlobalVariable( in createProfileFileNameVar() local
1188 ProfileNameVar->setLinkage(GlobalValue::ExternalLinkage); in createProfileFileNameVar()
1189 ProfileNameVar->setComdat(M.getOrInsertComdat( in createProfileFileNameVar()