Home
last modified time | relevance | path

Searched refs:getInstrProfRuntimeHookVarName (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp546 if (M->getGlobalVariable(getInstrProfRuntimeHookVarName())) in emitRuntimeHook()
553 nullptr, getInstrProfRuntimeHookVarName()); in emitRuntimeHook()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp988 if (M->getGlobalVariable(getInstrProfRuntimeHookVarName())) in emitRuntimeHook()
995 nullptr, getInstrProfRuntimeHookVarName()); in emitRuntimeHook()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp1206 if (M->getGlobalVariable(getInstrProfRuntimeHookVarName())) in emitRuntimeHook()
1213 nullptr, getInstrProfRuntimeHookVarName()); in emitRuntimeHook()
/external/llvm/include/llvm/ProfileData/
DInstrProf.h157 inline StringRef getInstrProfRuntimeHookVarName() { in getInstrProfRuntimeHookVarName() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProf.h146 inline StringRef getInstrProfRuntimeHookVarName() { in getInstrProfRuntimeHookVarName() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ProfileData/
DInstrProf.h154 inline StringRef getInstrProfRuntimeHookVarName() { in getInstrProfRuntimeHookVarName() function
/external/clang/lib/Driver/
DToolChains.cpp4706 Twine("-u", llvm::getInstrProfRuntimeHookVarName()))); in addProfileRTLibs()