Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp936 if (M->getGlobalVariable(getInstrProfRuntimeHookVarName())) in emitRuntimeHook()
943 nullptr, getInstrProfRuntimeHookVarName()); in emitRuntimeHook()
/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DInstrProf.h151 inline StringRef getInstrProfRuntimeHookVarName() { in getInstrProfRuntimeHookVarName() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DLinux.cpp1037 Twine("-u", llvm::getInstrProfRuntimeHookVarName()))); in addProfileRTLibs()