Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/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()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/
DInstrProf.cpp1166 GlobalVariable *ProfileNameVar = new GlobalVariable( in createProfileFileNameVar() local
1171 ProfileNameVar->setLinkage(GlobalValue::ExternalLinkage); in createProfileFileNameVar()
1172 ProfileNameVar->setComdat(M.getOrInsertComdat( in createProfileFileNameVar()