|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/ProfileData/InstrProfReader.h 478 Error getFunctionCounts(StringRef FuncName, uint64_t FuncHash,
References
lib/ProfileData/Coverage/CoverageMapping.cpp 221 if (Error E = ProfileReader.getFunctionCounts(Record.FunctionName,
unittests/ProfileData/InstrProfTest.cpp 122 EXPECT_THAT_ERROR(Reader->getFunctionCounts("foo", 0x1234, Counts),
128 EXPECT_THAT_ERROR(Reader->getFunctionCounts("foo", 0x1235, Counts),
134 Error E1 = Reader->getFunctionCounts("foo", 0x5678, Counts);
137 Error E2 = Reader->getFunctionCounts("bar", 0x1234, Counts);
814 EXPECT_THAT_ERROR(Reader->getFunctionCounts("foo", 0x1234, Counts),
820 EXPECT_THAT_ERROR(Reader->getFunctionCounts("foo", 0x1235, Counts),
1005 EXPECT_THAT_ERROR(Reader->getFunctionCounts(FooName, 0x1234, Counts),
1015 EXPECT_THAT_ERROR(Reader->getFunctionCounts(BarName, 0x567, Counts),
1025 EXPECT_THAT_ERROR(Reader->getFunctionCounts(BadName, 0x1234, Counts),
1027 EXPECT_THAT_ERROR(Reader->getFunctionCounts(BadName, 0x567, Counts),