Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h107 virtual Error printBinaryIds(raw_ostream &OS) { return success(); }; in printBinaryIds() function
323 Error printBinaryIds(raw_ostream &OS) override;
725 Error printBinaryIds(raw_ostream &OS) override;
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfReader.cpp669 Error RawInstrProfReader<IntPtrT>::printBinaryIds(raw_ostream &OS) { in printBinaryIds() function in RawInstrProfReader
1211 Error IndexedInstrProfReader::printBinaryIds(raw_ostream &OS) { in printBinaryIds() function in IndexedInstrProfReader
/openbsd-src/gnu/llvm/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2581 if (Error E = Reader->printBinaryIds(OS)) in showInstrProfile()