Home
last modified time | relevance | path

Searched defs:printBinaryIds (Results 1 – 2 of 2) 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
/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