Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp499 Constant *ProfileNameConst = ConstantDataArray::getString( in createProfileFileNameVar() local
502 M, ProfileNameConst->getType(), /*isConstant=*/true, in createProfileFileNameVar()
503 GlobalValue::WeakAnyLinkage, ProfileNameConst, MemProfFilenameVar); in createProfileFileNameVar()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProf.cpp1163 Constant *ProfileNameConst = in createProfileFileNameVar() local
1166 M, ProfileNameConst->getType(), true, GlobalValue::WeakAnyLinkage, in createProfileFileNameVar()
1167 ProfileNameConst, INSTR_PROF_QUOTE(INSTR_PROF_PROFILE_NAME_VAR)); in createProfileFileNameVar()