Home
last modified time | relevance | path

Searched refs:getNumFunctions (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DFaultMapParser.cpp53 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 DCoverageReport.cpp203 (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 DSourceCoverageViewHTML.cpp370 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 DCoverageExporterJson.cpp160 {{"count", int64_t(Summary.FunctionCoverage.getNumFunctions())}, in renderSummary()
166 int64_t(Summary.InstantiationCoverage.getNumFunctions())}, in renderSummary()
H A DCoverageExporterLcov.cpp51 OS << "FNF:" << Summary.FunctionCoverage.getNumFunctions() << '\n' in renderFunctionSummary()
H A DCoverageSummaryInfo.h173 size_t getNumFunctions() const { return NumFunctions; } in getNumFunctions() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DStackMapParser.h309 ConstantsListOffset = FunctionListOffset + getNumFunctions() * FunctionSize; in StackMapParser()
349 uint32_t getNumFunctions() const { in getNumFunctions() function
378 getFunctionOffset(getNumFunctions()))); in functions_end()
H A DFaultMapParser.h147 NumFunctionsType getNumFunctions() const { in getNumFunctions() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DStackMapPrinter.h22 W.printNumber("Num Functions", SMP.getNumFunctions()); in prettyPrintStackMap()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DProfileSummary.h89 uint32_t getNumFunctions() { return NumFunctions; } in getNumFunctions() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DProfileSummary.cpp93 Components.push_back(getKeyValMD(Context, "NumFunctions", getNumFunctions())); in getMD()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp283 TheSummary->set(Summary::TotalNumFunctions, PS.getNumFunctions()); in setSummary()
H A DSampleProfWriter.cpp671 encodeULEB128(Summary->getNumFunctions(), OS); in writeSummary()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2187 OS << "Total functions: " << PS->getNumFunctions() << "\n"; in showInstrProfile()
2192 << "): " << PS->getNumFunctions() - BelowCutoffFunctions << "\n"; in showInstrProfile()