Home
last modified time | relevance | path

Searched refs:getInstrProfRuntimeHookVarName (Results 1 – 5 of 5) 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-7.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp925 if (M->getGlobalVariable(getInstrProfRuntimeHookVarName())) in emitRuntimeHook()
932 nullptr, getInstrProfRuntimeHookVarName()); in emitRuntimeHook()
/external/llvm/include/llvm/ProfileData/
DInstrProf.h157 inline StringRef getInstrProfRuntimeHookVarName() { in getInstrProfRuntimeHookVarName() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
DInstrProf.h151 inline StringRef getInstrProfRuntimeHookVarName() { in getInstrProfRuntimeHookVarName() function
/external/clang/lib/Driver/
DToolChains.cpp4706 Twine("-u", llvm::getInstrProfRuntimeHookVarName()))); in addProfileRTLibs()