Searched refs:ProfileNameConst (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemProfInstrumentation.cpp | 481 Constant *ProfileNameConst = ConstantDataArray::getString( in createProfileFileNameVar() local 484 M, ProfileNameConst->getType(), /*isConstant=*/true, in createProfileFileNameVar() 485 GlobalValue::WeakAnyLinkage, ProfileNameConst, MemProfFilenameVar); in createProfileFileNameVar()
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProf.cpp | 1543 Constant *ProfileNameConst = in createProfileFileNameVar() local 1546 M, ProfileNameConst->getType(), true, GlobalValue::WeakAnyLinkage, in createProfileFileNameVar() 1547 ProfileNameConst, INSTR_PROF_QUOTE(INSTR_PROF_PROFILE_NAME_VAR)); in createProfileFileNameVar()
|