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

  /src/external/apache2/llvm/dist/llvm/lib/Object/
FaultMapParser.cpp 53 OS << "NumFunctions: " << FMP.getNumFunctions() << "\n";
55 if (FMP.getNumFunctions() == 0)
60 for (unsigned I = 0, E = FMP.getNumFunctions(); I != E; ++I) {
  /src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
CoverageReport.cpp 203 (unsigned)File.FunctionCoverage.getNumFunctions());
205 (unsigned)(File.FunctionCoverage.getNumFunctions() -
207 if (File.FunctionCoverage.getNumFunctions())
217 (unsigned)File.InstantiationCoverage.getNumFunctions());
219 (unsigned)(File.InstantiationCoverage.getNumFunctions() -
221 if (File.InstantiationCoverage.getNumFunctions())
470 if (FCS.FunctionCoverage.getNumFunctions())
481 if (!FCS.FunctionCoverage.getNumFunctions())
SourceCoverageViewHTML.cpp 370 FCS.FunctionCoverage.getNumFunctions(),
374 FCS.InstantiationCoverage.getNumFunctions(),
438 if (FileReports[I].FunctionCoverage.getNumFunctions())
455 if (!FileReports[I].FunctionCoverage.getNumFunctions()) {
CoverageExporterJson.cpp 160 {{"count", int64_t(Summary.FunctionCoverage.getNumFunctions())},
166 int64_t(Summary.InstantiationCoverage.getNumFunctions())},
CoverageExporterLcov.cpp 51 OS << "FNF:" << Summary.FunctionCoverage.getNumFunctions() << '\n'
CoverageSummaryInfo.h 173 size_t getNumFunctions() const { return NumFunctions; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ProfileSummary.h 89 uint32_t getNumFunctions() { return NumFunctions; }
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
StackMapPrinter.h 22 W.printNumber("Num Functions", SMP.getNumFunctions());
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
StackMapParser.h 309 ConstantsListOffset = FunctionListOffset + getNumFunctions() * FunctionSize;
349 uint32_t getNumFunctions() const {
378 getFunctionOffset(getNumFunctions())));
FaultMapParser.h 147 NumFunctionsType getNumFunctions() const {
  /src/external/apache2/llvm/dist/llvm/lib/IR/
ProfileSummary.cpp 93 Components.push_back(getKeyValMD(Context, "NumFunctions", getNumFunctions()));
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProfWriter.cpp 283 TheSummary->set(Summary::TotalNumFunctions, PS.getNumFunctions());
SampleProfWriter.cpp 671 encodeULEB128(Summary->getNumFunctions(), OS);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
llvm-profdata.cpp 2187 OS << "Total functions: " << PS->getNumFunctions() << "\n";
2192 << "): " << PS->getNumFunctions() - BelowCutoffFunctions << "\n";

Completed in 42 milliseconds