Searched refs:getFunctionCounts (Results 1 – 5 of 5) sorted by relevance
/external/llvm/unittests/ProfileData/ |
D | InstrProfTest.cpp | 75 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/ |
D | InstrProfReader.h | 292 std::error_code getFunctionCounts(StringRef FuncName, uint64_t FuncHash,
|
/external/llvm/lib/ProfileData/ |
D | InstrProfReader.cpp | 353 std::error_code IndexedInstrProfReader::getFunctionCounts( in getFunctionCounts() function in IndexedInstrProfReader
|
D | CoverageMapping.cpp | 191 if (std::error_code EC = ProfileReader.getFunctionCounts( in load()
|
/external/clang/lib/CodeGen/ |
D | CodeGenPGO.cpp | 806 PGOReader->getFunctionCounts(FuncName, FunctionHash, RegionCounts)) { in loadRegionCounts()
|