Home
last modified time | relevance | path

Searched refs:readBinaryIds (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h110 virtual Error readBinaryIds(std::vector<llvm::object::BuildID> &BinaryIds) { in readBinaryIds() function
396 Error readBinaryIds(std::vector<llvm::object::BuildID> &BinaryIds) override;
903 Error readBinaryIds(std::vector<llvm::object::BuildID> &BinaryIds) override;
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp650 if (Error E = readBinaryIds(BinaryIDs)) in readHeader()
894 Error RawInstrProfReader<IntPtrT>::readBinaryIds( in readBinaryIds() function in RawInstrProfReader
1625 Error IndexedInstrProfReader::readBinaryIds( in readBinaryIds() function in IndexedInstrProfReader
1633 if (Error E = readBinaryIds(BinaryIds)) in printBinaryIds()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp1091 if (Error E = ProfileReader->readBinaryIds(ProfileBinaryIDs)) in load()
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp858 if (Error E = Reader->readBinaryIds(BinaryIds)) { in loadInput()