/external/llvm-project/llvm/tools/llvm-cov/ |
D | CoverageReport.cpp | 203 (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()
|
D | SourceCoverageViewHTML.cpp | 368 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()
|
D | CoverageExporterJson.cpp | 111 {{"count", int64_t(Summary.FunctionCoverage.getNumFunctions())}, in renderSummary() 117 int64_t(Summary.InstantiationCoverage.getNumFunctions())}, in renderSummary()
|
D | CoverageExporterLcov.cpp | 47 OS << "FNF:" << Summary.FunctionCoverage.getNumFunctions() << '\n' in renderFunctionSummary()
|
D | CoverageSummaryInfo.h | 132 size_t getNumFunctions() const { return NumFunctions; } in getNumFunctions() function
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | FaultMaps.cpp | 139 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/ |
D | FaultMaps.cpp | 139 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/ |
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-10.0/llvm/include/llvm/Object/ |
D | StackMapParser.h | 306 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/ |
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/llvm-project/llvm/include/llvm/Object/ |
D | StackMapParser.h | 307 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/ |
D | StackMapPrinter.h | 22 << "\nNum Functions: " << SMP.getNumFunctions(); in prettyPrintStackMap()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | ProfileSummary.h | 73 uint32_t getNumFunctions() { return NumFunctions; } in getNumFunctions() function
|
/external/llvm-project/llvm/tools/llvm-readobj/ |
D | StackMapPrinter.h | 22 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/llvm-project/llvm/include/llvm/IR/ |
D | ProfileSummary.h | 89 uint32_t getNumFunctions() { return NumFunctions; } in getNumFunctions() function
|
/external/swiftshader/third_party/llvm-10.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-project/llvm/include/llvm/CodeGen/ |
D | FaultMaps.h | 198 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-10.0/llvm/lib/IR/ |
D | ProfileSummary.cpp | 77 getKeyValMD(Context, "NumFunctions", getNumFunctions()), in getMD()
|
/external/llvm/lib/IR/ |
D | ProfileSummary.cpp | 82 Components.push_back(getKeyValMD(Context, "NumFunctions", getNumFunctions())); in getMD()
|
/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/llvm-project/llvm/lib/IR/ |
D | ProfileSummary.cpp | 93 Components.push_back(getKeyValMD(Context, "NumFunctions", getNumFunctions())); in getMD()
|