Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DAIX.cpp385 Twine("-u", llvm::getInstrProfRuntimeHookVarName()))); in addProfileRTLibs()
H A DLinux.cpp796 Twine("-u", llvm::getInstrProfRuntimeHookVarName()))); in addProfileRTLibs()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1206 if (M->getGlobalVariable(getInstrProfRuntimeHookVarName())) in emitRuntimeHook()
1213 nullptr, getInstrProfRuntimeHookVarName()); in emitRuntimeHook()
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProf.h154 inline StringRef getInstrProfRuntimeHookVarName() { in getInstrProfRuntimeHookVarName() function