Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/ProfileData/
DInstrProfWriter.h87 void addBinaryIds(ArrayRef<llvm::object::BuildID> BIs);
/openbsd/src/gnu/llvm/llvm/lib/ProfileData/
DInstrProfWriter.cpp284 void InstrProfWriter::addBinaryIds(ArrayRef<llvm::object::BuildID> BIs) { in addBinaryIds() function in InstrProfWriter
296 addBinaryIds(I); in mergeRecordsFromWriter()
/openbsd/src/gnu/llvm/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp349 WC->Writer.addBinaryIds(BinaryIds); in loadInput()