Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp501 GlobalVariable *ProfileNameVar = new GlobalVariable( in createProfileFileNameVar() local
506 ProfileNameVar->setLinkage(GlobalValue::ExternalLinkage); in createProfileFileNameVar()
507 ProfileNameVar->setComdat(M.getOrInsertComdat(MemProfFilenameVar)); in createProfileFileNameVar()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProf.cpp1165 GlobalVariable *ProfileNameVar = new GlobalVariable( in createProfileFileNameVar() local
1170 ProfileNameVar->setLinkage(GlobalValue::ExternalLinkage); in createProfileFileNameVar()
1171 ProfileNameVar->setComdat(M.getOrInsertComdat( in createProfileFileNameVar()