HomeSort by relevance Sort by last modified time
    Searched refs:getNumFunctions (Results 1 - 25 of 27) sorted by null

1 2

  /external/llvm/lib/CodeGen/
FaultMaps.cpp 137 OS << "NumFunctions: " << FMP.getNumFunctions() << "\n";
139 if (FMP.getNumFunctions() == 0)
144 for (unsigned i = 0, e = FMP.getNumFunctions(); i != e; ++i) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
FaultMaps.cpp 142 OS << "NumFunctions: " << FMP.getNumFunctions() << "\n";
144 if (FMP.getNumFunctions() == 0)
149 for (unsigned i = 0, e = FMP.getNumFunctions(); i != e; ++i) {
  /external/llvm/include/llvm/IR/
ProfileSummary.h 76 uint32_t getNumFunctions() { return NumFunctions; }
  /external/llvm/tools/llvm-readobj/
StackMapPrinter.h 22 << "\nNum Functions: " << SMP.getNumFunctions();
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
ProfileSummary.h 75 uint32_t getNumFunctions() { return NumFunctions; }
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
StackMapPrinter.h 23 W.printNumber("Num Functions", SMP.getNumFunctions());
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
CoverageReport.cpp 204 (unsigned)File.FunctionCoverage.getNumFunctions());
206 (unsigned)(File.FunctionCoverage.getNumFunctions() -
208 if (File.FunctionCoverage.getNumFunctions())
218 (unsigned)File.InstantiationCoverage.getNumFunctions());
220 (unsigned)(File.InstantiationCoverage.getNumFunctions() -
222 if (File.InstantiationCoverage.getNumFunctions())
430 if (FCS.FunctionCoverage.getNumFunctions())
441 if (!FCS.FunctionCoverage.getNumFunctions())
CoverageExporterJson.cpp 356 emitDictElement("count", Summary.FunctionCoverage.getNumFunctions());
366 emitDictElement("count", Summary.InstantiationCoverage.getNumFunctions());
CoverageSummaryInfo.h 133 size_t getNumFunctions() const { return NumFunctions; }
SourceCoverageViewHTML.cpp 370 FCS.FunctionCoverage.getNumFunctions(),
374 FCS.InstantiationCoverage.getNumFunctions(),
434 if (FileReports[I].FunctionCoverage.getNumFunctions())
451 if (!FileReports[I].FunctionCoverage.getNumFunctions()) {
  /external/llvm/include/llvm/Object/
StackMapParser.h 299 ConstantsListOffset = FunctionListOffset + getNumFunctions() * FunctionSize;
322 uint32_t getNumFunctions() const {
351 getFunctionOffset(getNumFunctions())));
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
StackMapParser.h 298 ConstantsListOffset = FunctionListOffset + getNumFunctions() * FunctionSize;
321 uint32_t getNumFunctions() const {
350 getFunctionOffset(getNumFunctions())));
  /external/llvm/include/llvm/CodeGen/
FaultMaps.h 199 NumFunctionsType getNumFunctions() const {
  /external/llvm/lib/IR/
ProfileSummary.cpp 82 Components.push_back(getKeyValMD(Context, "NumFunctions", getNumFunctions()));
  /external/llvm/lib/ProfileData/
SampleProfWriter.cpp 145 encodeULEB128(Summary->getNumFunctions(), OS);
InstrProfWriter.cpp 208 TheSummary->set(Summary::TotalNumFunctions, PS.getNumFunctions());
  /external/llvm/unittests/ProfileData/
SampleProfTest.cpp 118 ASSERT_EQ(2u, Summary.getNumFunctions());
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
FaultMaps.h 198 NumFunctionsType getNumFunctions() const {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
ProfileSummary.cpp 79 getKeyValMD(Context, "NumFunctions", getNumFunctions()),
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ProfileData/
SampleProfTest.cpp 133 ASSERT_EQ(2u, Summary.getNumFunctions());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
SampleProfWriter.cpp 224 encodeULEB128(Summary->getNumFunctions(), OS);
InstrProfWriter.cpp 245 TheSummary->set(Summary::TotalNumFunctions, PS.getNumFunctions());
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVModule.h 120 virtual unsigned getNumFunctions() const = 0;
  /external/llvm/tools/llvm-profdata/
llvm-profdata.cpp 417 OS << "Total functions: " << PS->getNumFunctions() << "\n";
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-profdata/
llvm-profdata.cpp 689 OS << "Total functions: " << PS->getNumFunctions() << "\n";

Completed in 724 milliseconds

1 2