Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DMemProfiler.cpp499 Constant *ProfileNameConst = ConstantDataArray::getString( in createProfileFileNameVar() local
502 M, ProfileNameConst->getType(), /*isConstant=*/true, in createProfileFileNameVar()
503 GlobalValue::WeakAnyLinkage, ProfileNameConst, MemProfFilenameVar); in createProfileFileNameVar()
/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp630 Constant *ProfileNameConst = in emitInitialization() local
633 new GlobalVariable(*M, ProfileNameConst->getType(), true, in emitInitialization()
634 GlobalValue::PrivateLinkage, ProfileNameConst); in emitInitialization()
/external/llvm-project/llvm/lib/ProfileData/
DInstrProf.cpp1141 Constant *ProfileNameConst = in createProfileFileNameVar() local
1144 M, ProfileNameConst->getType(), true, GlobalValue::WeakAnyLinkage, in createProfileFileNameVar()
1145 ProfileNameConst, INSTR_PROF_QUOTE(INSTR_PROF_PROFILE_NAME_VAR)); in createProfileFileNameVar()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProf.cpp1154 Constant *ProfileNameConst = in createProfileFileNameVar() local
1157 M, ProfileNameConst->getType(), true, GlobalValue::WeakAnyLinkage, in createProfileFileNameVar()
1158 ProfileNameConst, INSTR_PROF_QUOTE(INSTR_PROF_PROFILE_NAME_VAR)); in createProfileFileNameVar()