/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/ |
D | CoverageReport.cpp | 204 (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()
|
D | SourceCoverageViewHTML.cpp | 370 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()
|
D | CoverageExporterJson.cpp | 356 emitDictElement("count", Summary.FunctionCoverage.getNumFunctions()); in renderSummary() 366 emitDictElement("count", Summary.InstantiationCoverage.getNumFunctions()); in renderSummary()
|
D | CoverageSummaryInfo.h | 133 size_t getNumFunctions() const { return NumFunctions; } in getNumFunctions() function
|
/external/llvm/lib/CodeGen/ |
D | FaultMaps.cpp | 137 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/ |
D | FaultMaps.cpp | 142 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/ |
D | StackMapParser.h | 299 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/ |
D | StackMapParser.h | 298 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/ |
D | StackMapPrinter.h | 22 << "\nNum Functions: " << SMP.getNumFunctions(); in prettyPrintStackMap()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | ProfileSummary.h | 75 uint32_t getNumFunctions() { return NumFunctions; } in getNumFunctions() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | StackMapPrinter.h | 23 W.printNumber("Num Functions", SMP.getNumFunctions()); in prettyPrintStackMap()
|
/external/llvm/include/llvm/IR/ |
D | ProfileSummary.h | 76 uint32_t getNumFunctions() { return NumFunctions; } in getNumFunctions() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | FaultMaps.h | 198 NumFunctionsType getNumFunctions() const { in getNumFunctions() function
|
/external/llvm/include/llvm/CodeGen/ |
D | FaultMaps.h | 199 NumFunctionsType getNumFunctions() const { in getNumFunctions() function
|
/external/llvm/unittests/ProfileData/ |
D | SampleProfTest.cpp | 118 ASSERT_EQ(2u, Summary.getNumFunctions()); in testRoundTrip()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | ProfileSummary.cpp | 79 getKeyValMD(Context, "NumFunctions", getNumFunctions()), in getMD()
|
/external/llvm/lib/IR/ |
D | ProfileSummary.cpp | 82 Components.push_back(getKeyValMD(Context, "NumFunctions", getNumFunctions())); in getMD()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ProfileData/ |
D | SampleProfTest.cpp | 133 ASSERT_EQ(2u, Summary.getNumFunctions()); in testRoundTrip()
|
/external/llvm/lib/ProfileData/ |
D | SampleProfWriter.cpp | 145 encodeULEB128(Summary->getNumFunctions(), OS); in writeSummary()
|
D | InstrProfWriter.cpp | 208 TheSummary->set(Summary::TotalNumFunctions, PS.getNumFunctions()); in setSummary()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/ |
D | SampleProfWriter.cpp | 224 encodeULEB128(Summary->getNumFunctions(), OS); in writeSummary()
|
D | InstrProfWriter.cpp | 245 TheSummary->set(Summary::TotalNumFunctions, PS.getNumFunctions()); in setSummary()
|
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | SPIRVModule.h | 120 virtual unsigned getNumFunctions() const = 0;
|
/external/llvm/tools/llvm-profdata/ |
D | llvm-profdata.cpp | 417 OS << "Total functions: " << PS->getNumFunctions() << "\n"; in showInstrProfile()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-profdata/ |
D | llvm-profdata.cpp | 689 OS << "Total functions: " << PS->getNumFunctions() << "\n"; in showInstrProfile()
|