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 D | MemProfiler.cpp | 459 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 D | InstrProfiling.cpp | 630 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 D | InstrProf.cpp | 1154 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 D | InstrProf.cpp | 1208 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()
|