Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h55 std::vector<llvm::object::BuildID> BinaryIds; variable
H A DInstrProfReader.h102 virtual Error readBinaryIds(std::vector<llvm::object::BuildID> &BinaryIds) { in readBinaryIds()
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfReader.cpp90 std::vector<llvm::object::BuildID> &BinaryIds, in readBinaryIdsInternal()
148 std::vector<llvm::object::BuildID> BinaryIds; in printBinaryIdsInternal() local
663 std::vector<llvm::object::BuildID> &BinaryIds) { in readBinaryIds()
1206 std::vector<llvm::object::BuildID> &BinaryIds) { in readBinaryIds()
/openbsd-src/gnu/llvm/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp346 std::vector<llvm::object::BuildID> BinaryIds; in loadInput() local