Home
last modified time | relevance | path

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

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