Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/tools/llvm-cov/
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()
429 if (FCS.FunctionCoverage.getNumFunctions()) in renderFileReports()
440 if (!FCS.FunctionCoverage.getNumFunctions()) in renderFileReports()
DSourceCoverageViewHTML.cpp368 FCS.FunctionCoverage.getNumFunctions(), in emitFileSummary()
372 FCS.InstantiationCoverage.getNumFunctions(), in emitFileSummary()
432 if (FileReports[I].FunctionCoverage.getNumFunctions()) in createIndexFile()
449 if (!FileReports[I].FunctionCoverage.getNumFunctions()) { in createIndexFile()
DCoverageExporterJson.cpp111 {{"count", int64_t(Summary.FunctionCoverage.getNumFunctions())}, in renderSummary()
117 int64_t(Summary.InstantiationCoverage.getNumFunctions())}, in renderSummary()
DCoverageExporterLcov.cpp47 OS << "FNF:" << Summary.FunctionCoverage.getNumFunctions() << '\n' in renderFunctionSummary()
DCoverageSummaryInfo.h132 size_t getNumFunctions() const { return NumFunctions; } in getNumFunctions() function
/external/llvm-project/llvm/lib/CodeGen/
DFaultMaps.cpp139 OS << "NumFunctions: " << FMP.getNumFunctions() << "\n"; in operator <<()
141 if (FMP.getNumFunctions() == 0) in operator <<()
146 for (unsigned i = 0, e = FMP.getNumFunctions(); i != e; ++i) { in operator <<()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DFaultMaps.cpp139 OS << "NumFunctions: " << FMP.getNumFunctions() << "\n"; in operator <<()
141 if (FMP.getNumFunctions() == 0) in operator <<()
146 for (unsigned i = 0, e = FMP.getNumFunctions(); i != e; ++i) { in operator <<()
/external/llvm/lib/CodeGen/
DFaultMaps.cpp137 OS << "NumFunctions: " << FMP.getNumFunctions() << "\n"; in operator <<()
139 if (FMP.getNumFunctions() == 0) in operator <<()
144 for (unsigned i = 0, e = FMP.getNumFunctions(); i != e; ++i) { in operator <<()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DStackMapParser.h306 ConstantsListOffset = FunctionListOffset + getNumFunctions() * FunctionSize; in StackMapParser()
329 uint32_t getNumFunctions() const { in getNumFunctions() function
358 getFunctionOffset(getNumFunctions()))); in functions_end()
/external/llvm/include/llvm/Object/
DStackMapParser.h299 ConstantsListOffset = FunctionListOffset + getNumFunctions() * FunctionSize; in StackMapV1Parser()
322 uint32_t getNumFunctions() const { in getNumFunctions() function
351 getFunctionOffset(getNumFunctions()))); in functions_end()
/external/llvm-project/llvm/include/llvm/Object/
DStackMapParser.h307 ConstantsListOffset = FunctionListOffset + getNumFunctions() * FunctionSize; in StackMapParser()
347 uint32_t getNumFunctions() const { in getNumFunctions() function
376 getFunctionOffset(getNumFunctions()))); in functions_end()
/external/llvm/tools/llvm-readobj/
DStackMapPrinter.h22 << "\nNum Functions: " << SMP.getNumFunctions(); in prettyPrintStackMap()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DProfileSummary.h73 uint32_t getNumFunctions() { return NumFunctions; } in getNumFunctions() function
/external/llvm-project/llvm/tools/llvm-readobj/
DStackMapPrinter.h22 W.printNumber("Num Functions", SMP.getNumFunctions()); in prettyPrintStackMap()
/external/llvm/include/llvm/IR/
DProfileSummary.h76 uint32_t getNumFunctions() { return NumFunctions; } in getNumFunctions() function
/external/llvm-project/llvm/include/llvm/IR/
DProfileSummary.h89 uint32_t getNumFunctions() { return NumFunctions; } in getNumFunctions() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DFaultMaps.h198 NumFunctionsType getNumFunctions() const { in getNumFunctions() function
/external/llvm/include/llvm/CodeGen/
DFaultMaps.h199 NumFunctionsType getNumFunctions() const { in getNumFunctions() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DFaultMaps.h198 NumFunctionsType getNumFunctions() const { in getNumFunctions() function
/external/llvm/unittests/ProfileData/
DSampleProfTest.cpp118 ASSERT_EQ(2u, Summary.getNumFunctions()); in testRoundTrip()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DProfileSummary.cpp77 getKeyValMD(Context, "NumFunctions", getNumFunctions()), in getMD()
/external/llvm/lib/IR/
DProfileSummary.cpp82 Components.push_back(getKeyValMD(Context, "NumFunctions", getNumFunctions())); in getMD()
/external/llvm/lib/ProfileData/
DSampleProfWriter.cpp145 encodeULEB128(Summary->getNumFunctions(), OS); in writeSummary()
DInstrProfWriter.cpp208 TheSummary->set(Summary::TotalNumFunctions, PS.getNumFunctions()); in setSummary()
/external/llvm-project/llvm/lib/IR/
DProfileSummary.cpp93 Components.push_back(getKeyValMD(Context, "NumFunctions", getNumFunctions())); in getMD()

12