Searched refs:ProfileNameConst (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemProfiler.cpp | 499 Constant *ProfileNameConst = ConstantDataArray::getString( in createProfileFileNameVar() local 502 M, ProfileNameConst->getType(), /*isConstant=*/true, in createProfileFileNameVar() 503 GlobalValue::WeakAnyLinkage, ProfileNameConst, MemProfFilenameVar); in createProfileFileNameVar()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProf.cpp | 1164 Constant *ProfileNameConst = in createProfileFileNameVar() local 1167 M, ProfileNameConst->getType(), true, GlobalValue::WeakAnyLinkage, in createProfileFileNameVar() 1168 ProfileNameConst, INSTR_PROF_QUOTE(INSTR_PROF_PROFILE_NAME_VAR)); in createProfileFileNameVar()
|