Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp517 Constant *ProfileNameConst = ConstantDataArray::getString( in createProfileFileNameVar() local
520 M, ProfileNameConst->getType(), /*isConstant=*/true, in createProfileFileNameVar()
521 GlobalValue::WeakAnyLinkage, ProfileNameConst, MemProfFilenameVar); in createProfileFileNameVar()
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProf.cpp1181 Constant *ProfileNameConst = in createProfileFileNameVar() local
1184 M, ProfileNameConst->getType(), true, GlobalValue::WeakAnyLinkage, in createProfileFileNameVar()
1185 ProfileNameConst, INSTR_PROF_QUOTE(INSTR_PROF_PROFILE_NAME_VAR)); in createProfileFileNameVar()