HomeSort by: relevance | last modified time | path
    Searched refs:getInstrProfRuntimeHookVarName (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Fuchsia.cpp 447 Twine("-u", llvm::getInstrProfRuntimeHookVarName())));
Linux.cpp 737 Twine("-u", llvm::getInstrProfRuntimeHookVarName())));
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 1086 if (M->getGlobalVariable(getInstrProfRuntimeHookVarName()))
1093 nullptr, getInstrProfRuntimeHookVarName());
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProf.h 148 inline StringRef getInstrProfRuntimeHookVarName() {

Completed in 17 milliseconds