Home
last modified time | relevance | path

Searched refs:getFunctionCounts (Results 1 – 5 of 5) sorted by relevance

/external/llvm/unittests/ProfileData/
DInstrProfTest.cpp75 ASSERT_TRUE(NoError(Reader->getFunctionCounts("foo", 0x1234, Counts))); in TEST_F()
81 EC = Reader->getFunctionCounts("foo", 0x5678, Counts); in TEST_F()
84 EC = Reader->getFunctionCounts("bar", 0x1234, Counts); in TEST_F()
/external/llvm/include/llvm/ProfileData/
DInstrProfReader.h292 std::error_code getFunctionCounts(StringRef FuncName, uint64_t FuncHash,
/external/llvm/lib/ProfileData/
DInstrProfReader.cpp353 std::error_code IndexedInstrProfReader::getFunctionCounts( in getFunctionCounts() function in IndexedInstrProfReader
DCoverageMapping.cpp191 if (std::error_code EC = ProfileReader.getFunctionCounts( in load()
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp806 PGOReader->getFunctionCounts(FuncName, FunctionHash, RegionCounts)) { in loadRegionCounts()