Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp459 Constant *ProfileNameConst = ConstantDataArray::getString( in createProfileFileNameVar() local
462 M, ProfileNameConst->getType(), /*isConstant=*/true, in createProfileFileNameVar()
463 GlobalValue::WeakAnyLinkage, ProfileNameConst, MemProfFilenameVar); in createProfileFileNameVar()
/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp630 Constant *ProfileNameConst = in emitInitialization() local
633 new GlobalVariable(*M, ProfileNameConst->getType(), true, in emitInitialization()
634 GlobalValue::PrivateLinkage, ProfileNameConst); in emitInitialization()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ProfileData/
H A DInstrProf.cpp1208 Constant *ProfileNameConst = in createProfileFileNameVar() local
1211 M, ProfileNameConst->getType(), true, GlobalValue::WeakAnyLinkage, in createProfileFileNameVar()
1212 ProfileNameConst, INSTR_PROF_QUOTE(INSTR_PROF_PROFILE_NAME_VAR)); in createProfileFileNameVar()