Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DFuchsia.cpp447 Twine("-u", llvm::getInstrProfRuntimeHookVarName()))); in addProfileRTLibs()
H A DLinux.cpp737 Twine("-u", llvm::getInstrProfRuntimeHookVarName()))); in addProfileRTLibs()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1086 if (M->getGlobalVariable(getInstrProfRuntimeHookVarName())) in emitRuntimeHook()
1093 nullptr, getInstrProfRuntimeHookVarName()); in emitRuntimeHook()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProf.h148 inline StringRef getInstrProfRuntimeHookVarName() { in getInstrProfRuntimeHookVarName() function