Searched refs:getFunctionCounts (Results 1 – 4 of 4) sorted by relevance
/external/llvm/unittests/ProfileData/ |
D | InstrProfTest.cpp | 126 ASSERT_TRUE(NoError(Reader->getFunctionCounts("foo", 0x1234, Counts))); in TEST_P() 131 ASSERT_TRUE(NoError(Reader->getFunctionCounts("foo", 0x1235, Counts))); in TEST_P() 136 Error E1 = Reader->getFunctionCounts("foo", 0x5678, Counts); in TEST_P() 139 Error E2 = Reader->getFunctionCounts("bar", 0x1234, Counts); in TEST_P() 818 ASSERT_TRUE(NoError(Reader->getFunctionCounts("foo", 0x1234, Counts))); in TEST_P() 823 ASSERT_TRUE(NoError(Reader->getFunctionCounts("foo", 0x1235, Counts))); in TEST_P()
|
/external/llvm/include/llvm/ProfileData/ |
D | InstrProfReader.h | 398 Error getFunctionCounts(StringRef FuncName, uint64_t FuncHash,
|
/external/llvm/lib/ProfileData/Coverage/ |
D | CoverageMapping.cpp | 196 if (Error E = ProfileReader.getFunctionCounts( in load()
|
/external/llvm/lib/ProfileData/ |
D | InstrProfReader.cpp | 694 Error IndexedInstrProfReader::getFunctionCounts(StringRef FuncName, in getFunctionCounts() function in IndexedInstrProfReader
|