Home
last modified time | relevance | path

Searched defs:printBinaryIds (Results 1 – 2 of 2) sorted by relevance

/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/include/llvm/ProfileData/
H A DInstrProfReader.h107 virtual Error printBinaryIds(raw_ostream &OS) { return success(); }; in printBinaryIds() function