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

  /src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
ProfileGenerator.cpp 210 FProfile.setName(FContext.getNameWithoutContext());
389 CalleeProfile.getContext().getNameWithoutContext(), EstimatedCallCount);
552 FunctionProfile.getContext().getNameWithoutContext(), Count);
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
SampleProf.cpp 343 I.second->getContext().getNameWithoutContext(), FunctionSamples());
363 FProfile.setName(FContext.getNameWithoutContext());
SampleProfReader.cpp 270 FProfile.setName(FContext.getNameWithoutContext());
565 FProfile.setName(FContext.getNameWithoutContext());
731 auto FuncName = FContext.getNameWithoutContext();
754 auto FuncName = FContext.getNameWithoutContext();
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
SampleContextTracker.cpp 186 FuncToCtxtProfiles[Context.getNameWithoutContext()].push_back(FSamples);
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
SampleProf.h 463 StringRef getNameWithoutContext() const { return Name; }

Completed in 17 milliseconds