Searched defs:printBinaryIds (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/include/llvm/ProfileData/ | ||
H A D | InstrProfReader.h | 111 virtual Error printBinaryIds(raw_ostream &OS) { return success(); }; printBinaryIds() function |
/llvm-project/llvm/lib/ProfileData/ | ||
H A D | InstrProfReader.cpp | 869 Error RawInstrProfReader<IntPtrT>::printBinaryIds(raw_ostream &OS) { printBinaryIds() function in RawInstrProfReader |