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