Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
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()
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()
DCoverageExporterJson.cpp356 emitDictElement("count", Summary.FunctionCoverage.getNumFunctions()); in renderSummary()
366 emitDictElement("count", Summary.InstantiationCoverage.getNumFunctions()); in renderSummary()
DCoverageSummaryInfo.h133 size_t getNumFunctions() const { return NumFunctions; } in getNumFunctions() function
/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-7.0/llvm/lib/CodeGen/
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 <<()
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DStackMapParser.h298 ConstantsListOffset = FunctionListOffset + getNumFunctions() * FunctionSize; in StackMapV2Parser()
321 uint32_t getNumFunctions() const { in getNumFunctions() function
350 getFunctionOffset(getNumFunctions()))); in functions_end()
/external/llvm/tools/llvm-readobj/
DStackMapPrinter.h22 << "\nNum Functions: " << SMP.getNumFunctions(); in prettyPrintStackMap()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DProfileSummary.h75 uint32_t getNumFunctions() { return NumFunctions; } in getNumFunctions() function
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DStackMapPrinter.h23 W.printNumber("Num Functions", SMP.getNumFunctions()); in prettyPrintStackMap()
/external/llvm/include/llvm/IR/
DProfileSummary.h76 uint32_t getNumFunctions() { return NumFunctions; } in getNumFunctions() function
/external/swiftshader/third_party/llvm-7.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/unittests/ProfileData/
DSampleProfTest.cpp118 ASSERT_EQ(2u, Summary.getNumFunctions()); in testRoundTrip()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DProfileSummary.cpp79 getKeyValMD(Context, "NumFunctions", getNumFunctions()), in getMD()
/external/llvm/lib/IR/
DProfileSummary.cpp82 Components.push_back(getKeyValMD(Context, "NumFunctions", getNumFunctions())); in getMD()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ProfileData/
DSampleProfTest.cpp133 ASSERT_EQ(2u, Summary.getNumFunctions()); in testRoundTrip()
/external/llvm/lib/ProfileData/
DSampleProfWriter.cpp145 encodeULEB128(Summary->getNumFunctions(), OS); in writeSummary()
DInstrProfWriter.cpp208 TheSummary->set(Summary::TotalNumFunctions, PS.getNumFunctions()); in setSummary()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
DSampleProfWriter.cpp224 encodeULEB128(Summary->getNumFunctions(), OS); in writeSummary()
DInstrProfWriter.cpp245 TheSummary->set(Summary::TotalNumFunctions, PS.getNumFunctions()); in setSummary()
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVModule.h120 virtual unsigned getNumFunctions() const = 0;
/external/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp417 OS << "Total functions: " << PS->getNumFunctions() << "\n"; in showInstrProfile()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp689 OS << "Total functions: " << PS->getNumFunctions() << "\n"; in showInstrProfile()

12