reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
77 getKeyValMD(Context, "NumFunctions", getNumFunctions()),
lib/ProfileData/InstrProfWriter.cpp 282 TheSummary->set(Summary::TotalNumFunctions, PS.getNumFunctions());
lib/ProfileData/SampleProfWriter.cpp 486 encodeULEB128(Summary->getNumFunctions(), OS);
tools/llvm-profdata/llvm-profdata.cpp958 OS << "Total functions: " << PS->getNumFunctions() << "\n"; 963 << "): " << PS->getNumFunctions() - BelowCutoffFunctions << "\n";unittests/ProfileData/SampleProfTest.cpp
217 ASSERT_EQ(4u, Summary.getNumFunctions());