Searched defs:addRecord (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/lib/ProfileData/ | ||
H A D | ProfileSummaryBuilder.cpp | 93 void InstrProfSummaryBuilder::addRecord(const InstrProfRecord &R) { in addRecord() function in InstrProfSummaryBuilder |
H A D | InstrProfWriter.cpp | 206 void InstrProfWriter::addRecord(NamedInstrProfRecord &&I, uint64_t Weight, addRecord() function in InstrProfWriter |
/llvm-project/llvm/include/llvm/ProfileData/ | ||
H A D | InstrProfWriter.h | 96 void addRecord(NamedInstrProfRecord &&I, function_ref<void(Error)> Warn) { addRecord() function |
/llvm-project/llvm/lib/TextAPI/ | ||
H A D | RecordsSlice.cpp | 23 Record *RecordsSlice::addRecord(StringRef Name, SymbolFlags Flags, in addRecord() function in RecordsSlice |