Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-cov/
H A DCoverageReport.cpp204 (unsigned)File.FunctionCoverage.getNumFunctions()); in render()
206 (unsigned)(File.FunctionCoverage.getNumFunctions() - in render()
208 if (File.FunctionCoverage.getNumFunctions()) in render()
218 (unsigned)File.InstantiationCoverage.getNumFunctions()); in render()
220 (unsigned)(File.InstantiationCoverage.getNumFunctions() - in render()
222 if (File.InstantiationCoverage.getNumFunctions()) in render()
430 if (FCS.FunctionCoverage.getNumFunctions()) in renderFileReports()
441 if (!FCS.FunctionCoverage.getNumFunctions()) in renderFileReports()
H A DCoverageExporterJson.cpp94 {{"count", int64_t(Summary.FunctionCoverage.getNumFunctions())}, in renderSummary()
100 int64_t(Summary.InstantiationCoverage.getNumFunctions())}, in renderSummary()
H A DSourceCoverageViewHTML.cpp370 FCS.FunctionCoverage.getNumFunctions(), in emitFileSummary()
374 FCS.InstantiationCoverage.getNumFunctions(), in emitFileSummary()
434 if (FileReports[I].FunctionCoverage.getNumFunctions()) in createIndexFile()
451 if (!FileReports[I].FunctionCoverage.getNumFunctions()) { in createIndexFile()
H A DCoverageExporterLcov.cpp48 OS << "FNF:" << Summary.FunctionCoverage.getNumFunctions() << '\n' in renderFunctionSummary()
H A DCoverageSummaryInfo.h133 size_t getNumFunctions() const { return NumFunctions; } in getNumFunctions() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DFaultMaps.cpp142 OS << "NumFunctions: " << FMP.getNumFunctions() << "\n"; in operator <<()
144 if (FMP.getNumFunctions() == 0) in operator <<()
149 for (unsigned i = 0, e = FMP.getNumFunctions(); i != e; ++i) { in operator <<()
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DStackMapParser.h298 ConstantsListOffset = FunctionListOffset + getNumFunctions() * FunctionSize; in StackMapV2Parser()
321 uint32_t getNumFunctions() const { in getNumFunctions() function
350 getFunctionOffset(getNumFunctions()))); in functions_end()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DProfileSummary.h75 uint32_t getNumFunctions() { return NumFunctions; } in getNumFunctions() function
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DStackMapPrinter.h23 W.printNumber("Num Functions", SMP.getNumFunctions()); in prettyPrintStackMap()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DFaultMaps.h198 NumFunctionsType getNumFunctions() const { in getNumFunctions() function
/freebsd-12.1/contrib/llvm/lib/IR/
H A DProfileSummary.cpp79 getKeyValMD(Context, "NumFunctions", getNumFunctions()), in getMD()
/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp272 encodeULEB128(Summary->getNumFunctions(), OS); in writeSummary()
H A DInstrProfWriter.cpp245 TheSummary->set(Summary::TotalNumFunctions, PS.getNumFunctions()); in setSummary()
/freebsd-12.1/contrib/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp809 OS << "Total functions: " << PS->getNumFunctions() << "\n"; in showInstrProfile()
814 << "): " << PS->getNumFunctions() - BelowCutoffFunctions << "\n"; in showInstrProfile()