Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/ProfileData/
HDProfileSummaryBuilder.cpp93 void InstrProfSummaryBuilder::addRecord(const InstrProfRecord &R) { in addRecord() function in InstrProfSummaryBuilder
109 void SampleProfileSummaryBuilder::addRecord( in addRecord() function in SampleProfileSummaryBuilder
HDInstrProfWriter.cpp206 void InstrProfWriter::addRecord(NamedInstrProfRecord &&I, uint64_t Weight, in addRecord() function in InstrProfWriter
246 void InstrProfWriter::addRecord(StringRef Name, uint64_t Hash, in addRecord() function in InstrProfWriter
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
HDInstrProfWriter.h96 void addRecord(NamedInstrProfRecord &&I, function_ref<void(Error)> Warn) { in addRecord() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/TextAPI/
HDRecordsSlice.cpp23 Record *RecordsSlice::addRecord(StringRef Name, SymbolFlags Flags, in addRecord() function in RecordsSlice