Home
last modified time | relevance | path

Searched defs:BinaryIds (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h58 std::vector<llvm::object::BuildID> BinaryIds; variable
H A DInstrProfReader.h106 virtual Error readBinaryIds(std::vector<llvm::object::BuildID> &BinaryIds) { in readBinaryIds()
344 std::vector<llvm::object::BuildID> BinaryIds; variable
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp95 std::vector<llvm::object::BuildID> &BinaryIds, in readBinaryIdsInternal()
144 ArrayRef<llvm::object::BuildID> BinaryIds) { in printBinaryIdsInternal()
862 std::vector<llvm::object::BuildID> &BinaryIds) { in readBinaryIds()
1695 std::vector<llvm::object::BuildID> &BinaryIds) { in readBinaryIds()
1701 std::vector<llvm::object::BuildID> BinaryIds; in printBinaryIds() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp796 std::vector<llvm::object::BuildID> BinaryIds; in loadInput() local