| /llvm-project/llvm/lib/Object/ |
| H A D | FaultMapParser.cpp | 53 OS << "NumFunctions: " << FMP.getNumFunctions() << "\n"; in operator <<() 55 if (FMP.getNumFunctions() == 0) in operator <<() 60 for (unsigned I = 0, E = FMP.getNumFunctions(); I != E; ++I) { in operator <<()
|
| /llvm-project/llvm/tools/llvm-cov/ |
| H A D | CoverageReport.cpp | 255 (unsigned)File.FunctionCoverage.getNumFunctions()); in render() 257 (unsigned)(File.FunctionCoverage.getNumFunctions() - in render() 259 if (File.FunctionCoverage.getNumFunctions()) in render() 269 (unsigned)File.InstantiationCoverage.getNumFunctions()); in render() 271 (unsigned)(File.InstantiationCoverage.getNumFunctions() - in render() 273 if (File.InstantiationCoverage.getNumFunctions()) in render() 569 if (FCS.FunctionCoverage.getNumFunctions()) in renderFileReports()
|
| H A D | SourceCoverageViewHTML.cpp | 492 FCS.FunctionCoverage.getNumFunctions(), in emitTableRow() 496 FCS.InstantiationCoverage.getNumFunctions(), in emitTableRow() 669 if (FileReports[I].FunctionCoverage.getNumFunctions()) in createIndexFile() 686 if (!FileReports[I].FunctionCoverage.getNumFunctions()) { in createIndexFile() 737 if (!Report.FunctionCoverage.getNumFunctions()) in generateSubDirectoryReport() 746 if (!Report.FunctionCoverage.getNumFunctions()) in generateSubDirectoryReport()
|
| H A D | CoverageExporterJson.cpp | 184 {{"count", int64_t(Summary.FunctionCoverage.getNumFunctions())}, in renderSummary() 190 int64_t(Summary.InstantiationCoverage.getNumFunctions())}, in renderSummary()
|
| H A D | CoverageExporterLcov.cpp | 51 OS << "FNF:" << Summary.FunctionCoverage.getNumFunctions() << '\n' in renderFunctionSummary()
|
| H A D | CoverageSummaryInfo.h | 214 size_t getNumFunctions() const { return NumFunctions; } in getNumFunctions() function
|
| /llvm-project/llvm/include/llvm/Object/ |
| H A D | StackMapParser.h | 308 ConstantsListOffset = FunctionListOffset + getNumFunctions() * FunctionSize; in StackMapParser() 348 uint32_t getNumFunctions() const { in getNumFunctions() function 377 getFunctionOffset(getNumFunctions()))); in functions_end()
|
| H A D | FaultMapParser.h | 147 NumFunctionsType getNumFunctions() const { in getNumFunctions() function
|
| /llvm-project/llvm/tools/llvm-readobj/ |
| H A D | StackMapPrinter.h | 22 W.printNumber("Num Functions", SMP.getNumFunctions()); in prettyPrintStackMap()
|
| /llvm-project/llvm/include/llvm/IR/ |
| H A D | ProfileSummary.h | 89 uint32_t getNumFunctions() const { return NumFunctions; } in getNumFunctions() function
|
| /llvm-project/bolt/include/bolt/Profile/ |
| H A D | BoltAddressTranslation.h | 252 size_t getNumFunctions() const { return Map.size(); }; 251 size_t getNumFunctions() const { return Map.size(); }; getNumFunctions() function
|
| /llvm-project/llvm/lib/IR/ |
| H A D | ProfileSummary.cpp | 92 Components.push_back(getKeyValMD(Context, "NumFunctions", getNumFunctions())); in getMD()
|
| /llvm-project/llvm/unittests/ProfileData/ |
| H A D | SampleProfTest.cpp | 94 ASSERT_EQ(4u, Summary.getNumFunctions()); in verifyProfileSummary()
|
| /llvm-project/bolt/lib/Profile/ |
| H A D | BoltAddressTranslation.cpp | 150 BC.outs() << "BOLT-INFO: Wrote " << FuncHashes.getNumFunctions() in write()
|
| /llvm-project/llvm/lib/ProfileData/ |
| H A D | SampleProfWriter.cpp | 814 encodeULEB128(Summary->getNumFunctions(), OS); in writeSummary()
|
| H A D | InstrProfWriter.cpp | 506 TheSummary->set(Summary::TotalNumFunctions, PS.getNumFunctions()); in writeMemProfFrameArray()
|
| /llvm-project/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 3020 << "): " << PS->getNumFunctions() - BelowCutoffFunctions << "\n";
|