Home
last modified time | relevance | path

Searched refs:printBinaryIds (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h111 virtual Error printBinaryIds(raw_ostream &OS) { return success(); }; in printBinaryIds() function
366 Error printBinaryIds(raw_ostream &OS) override;
828 Error printBinaryIds(raw_ostream &OS) override;
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp869 Error RawInstrProfReader<IntPtrT>::printBinaryIds(raw_ostream &OS) { in printBinaryIds() function in RawInstrProfReader
1700 Error IndexedInstrProfReader::printBinaryIds(raw_ostream &OS) { in printBinaryIds() function in IndexedInstrProfReader
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2976 if (Error E = Reader->printBinaryIds(OS)) in showInstrProfile()