Searched refs:ProfileNameConst (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemProfiler.cpp | 512 Constant *ProfileNameConst = ConstantDataArray::getString( in createProfileFileNameVar() local 515 M, ProfileNameConst->getType(), /*isConstant=*/true, in createProfileFileNameVar() 516 GlobalValue::WeakAnyLinkage, ProfileNameConst, MemProfFilenameVar); in createProfileFileNameVar()
|
| /src/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProf.cpp | 1490 Constant *ProfileNameConst = in createProfileFileNameVar() local 1493 M, ProfileNameConst->getType(), true, GlobalValue::WeakAnyLinkage, in createProfileFileNameVar() 1494 ProfileNameConst, INSTR_PROF_QUOTE(INSTR_PROF_PROFILE_NAME_VAR)); in createProfileFileNameVar()
|