Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DOHOS.cpp403 Twine("-u", llvm::getInstrProfRuntimeHookVarName()))); in addProfileRTLibs()
H A DAIX.cpp568 Twine("-u", llvm::getInstrProfRuntimeHookVarName()))); in addProfileRTLibs()
H A DLinux.cpp844 Twine("-u", llvm::getInstrProfRuntimeHookVarName()))); in addProfileRTLibs()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp2048 if (M.getGlobalVariable(getInstrProfRuntimeHookVarName())) in emitRuntimeHook()
2055 nullptr, getInstrProfRuntimeHookVarName()); in emitRuntimeHook()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h163 inline StringRef getInstrProfRuntimeHookVarName() { in getInstrProfRuntimeHookVarName() function