Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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 <<()
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageReport.cpp255 (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 DSourceCoverageViewHTML.cpp492 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 DCoverageExporterJson.cpp186 {{"count", int64_t(Summary.FunctionCoverage.getNumFunctions())}, in renderSummary()
192 int64_t(Summary.InstantiationCoverage.getNumFunctions())}, in renderSummary()
H A DCoverageSummaryInfo.h214 size_t getNumFunctions() const { return NumFunctions; } in getNumFunctions() function
H A DCoverageExporterLcov.cpp71 OS << "FNF:" << Summary.FunctionCoverage.getNumFunctions() << '\n' in renderFunctionSummary()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DStackMapParser.h308 ConstantsListOffset = FunctionListOffset + getNumFunctions() * FunctionSize; in StackMapParser()
348 uint32_t getNumFunctions() const {
377 getFunctionOffset(getNumFunctions()))); in functions_end()
349 uint32_t getNumFunctions() const { getNumFunctions() function
H A DFaultMapParser.h148 NumFunctionsType getNumFunctions() const { in getNumFunctions() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DStackMapPrinter.h22 W.printNumber("Num Functions", SMP.getNumFunctions()); in prettyPrintStackMap()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DProfileSummary.h90 uint32_t getNumFunctions() const { return NumFunctions; } in getNumFunctions() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DProfileSummary.cpp92 Components.push_back(getKeyValMD(Context, "NumFunctions", getNumFunctions())); in getMD()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp449 TheSummary->set(Summary::TotalNumFunctions, PS.getNumFunctions()); in setSummary()
H A DSampleProfWriter.cpp810 encodeULEB128(Summary->getNumFunctions(), OS); in writeSummary()
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp3034 << "): " << PS->getNumFunctions() - BelowCutoffFunctions << "\n"; in showInstrProfile()