Searched refs:getNumFunctions (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/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 <<()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/ |
H A D | CoverageReport.cpp | 203 (unsigned)File.FunctionCoverage.getNumFunctions()); in render() 205 (unsigned)(File.FunctionCoverage.getNumFunctions() - in render() 207 if (File.FunctionCoverage.getNumFunctions()) in render() 217 (unsigned)File.InstantiationCoverage.getNumFunctions()); in render() 219 (unsigned)(File.InstantiationCoverage.getNumFunctions() - in render() 221 if (File.InstantiationCoverage.getNumFunctions()) in render() 470 if (FCS.FunctionCoverage.getNumFunctions()) in renderFileReports() 481 if (!FCS.FunctionCoverage.getNumFunctions()) in renderFileReports()
|
H A D | SourceCoverageViewHTML.cpp | 370 FCS.FunctionCoverage.getNumFunctions(), in emitFileSummary() 374 FCS.InstantiationCoverage.getNumFunctions(), in emitFileSummary() 438 if (FileReports[I].FunctionCoverage.getNumFunctions()) in createIndexFile() 455 if (!FileReports[I].FunctionCoverage.getNumFunctions()) { in createIndexFile()
|
H A D | CoverageExporterJson.cpp | 160 {{"count", int64_t(Summary.FunctionCoverage.getNumFunctions())}, in renderSummary() 166 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 | 173 size_t getNumFunctions() const { return NumFunctions; } in getNumFunctions() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
H A D | StackMapParser.h | 309 ConstantsListOffset = FunctionListOffset + getNumFunctions() * FunctionSize; in StackMapParser() 349 uint32_t getNumFunctions() const { in getNumFunctions() function 378 getFunctionOffset(getNumFunctions()))); in functions_end()
|
H A D | FaultMapParser.h | 147 NumFunctionsType getNumFunctions() const { in getNumFunctions() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
H A D | StackMapPrinter.h | 22 W.printNumber("Num Functions", SMP.getNumFunctions()); in prettyPrintStackMap()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | ProfileSummary.h | 89 uint32_t getNumFunctions() { return NumFunctions; } in getNumFunctions() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | ProfileSummary.cpp | 93 Components.push_back(getKeyValMD(Context, "NumFunctions", getNumFunctions())); in getMD()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/ |
H A D | InstrProfWriter.cpp | 283 TheSummary->set(Summary::TotalNumFunctions, PS.getNumFunctions()); in setSummary()
|
H A D | SampleProfWriter.cpp | 671 encodeULEB128(Summary->getNumFunctions(), OS); in writeSummary()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/ |
H A D | llvm-profdata.cpp | 2187 OS << "Total functions: " << PS->getNumFunctions() << "\n"; in showInstrProfile() 2192 << "): " << PS->getNumFunctions() - BelowCutoffFunctions << "\n"; in showInstrProfile()
|