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

/external/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp409 if (M->getGlobalVariable(getInstrProfRuntimeHookVarName())) return;
415 nullptr, getInstrProfRuntimeHookVarName());
/external/llvm/include/llvm/ProfileData/
H A DInstrProf.h116 inline StringRef getInstrProfRuntimeHookVarName() { function in namespace:llvm
/external/clang/lib/Driver/
H A DToolChains.cpp4161 Twine("-u", llvm::getInstrProfRuntimeHookVarName())));

Completed in 46 milliseconds