Home
last modified time | relevance | path

Searched refs:addBinaryIds (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h133 LLVM_ABI void addBinaryIds(ArrayRef<llvm::object::BuildID> BIs);
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp325 void InstrProfWriter::addBinaryIds(ArrayRef<llvm::object::BuildID> BIs) { in addBinaryIds() function in InstrProfWriter
399 addBinaryIds(I); in mergeRecordsFromWriter()
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp862 WC->Writer.addBinaryIds(BinaryIds); in loadInput()