Home
last modified time | relevance | path

Searched refs:addRecord (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DMemProfSummaryBuilder.cpp25 void MemProfSummaryBuilder::addRecord(uint64_t CSId, in addRecord() function in MemProfSummaryBuilder
54 void MemProfSummaryBuilder::addRecord(const IndexedMemProfRecord &Record) { in addRecord() function in MemProfSummaryBuilder
56 addRecord(Alloc.CSId, Alloc.Info); in addRecord()
59 void MemProfSummaryBuilder::addRecord(const MemProfRecord &Record) { in addRecord() function in MemProfSummaryBuilder
61 addRecord(computeFullStackId(Alloc.CallStack), Alloc.Info); in addRecord()
H A DProfileSummaryBuilder.cpp102 void InstrProfSummaryBuilder::addRecord(const InstrProfRecord &R) { in addRecord() function in InstrProfSummaryBuilder
118 void SampleProfileSummaryBuilder::addRecord( in addRecord() function in SampleProfileSummaryBuilder
137 addRecord(CS.second, true); in addRecord()
222 addRecord(Profile); in computeSummaryForProfiles()
H A DInstrProfWriter.cpp99 CSSummaryBuilder->addRecord(ProfRecord); in EmitData()
101 SummaryBuilder->addRecord(ProfRecord); in EmitData()
156 void InstrProfWriter::addRecord(NamedInstrProfRecord &&I, uint64_t Weight, in addRecord() function in InstrProfWriter
160 addRecord(Name, Hash, std::move(I), Weight, Warn); in addRecord()
194 void InstrProfWriter::addRecord(StringRef Name, uint64_t Hash, in addRecord() function in InstrProfWriter
242 MemProfSumBuilder.addRecord(NewRecord); in addMemProfRecord()
315 MemProfSumBuilder.addRecord(Record); in addMemProfData()
395 addRecord(I.getKey(), Func.first, std::move(Func.second), 1, Warn); in mergeRecordsFromWriter()
H A DMemProfReader.cpp313 MemProfSumBuilder.addRecord(KV.second); in printYAML()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProfSummaryBuilder.h31 void addRecord(uint64_t, const PortableMemInfoBlock &);
44 LLVM_ABI void addRecord(const IndexedMemProfRecord &);
45 LLVM_ABI void addRecord(const MemProfRecord &);
H A DInstrProfWriter.h115 LLVM_ABI void addRecord(NamedInstrProfRecord &&I, uint64_t Weight,
117 void addRecord(NamedInstrProfRecord &&I, function_ref<void(Error)> Warn) { in addRecord() function
118 addRecord(std::move(I), 1, Warn); in addRecord()
226 void addRecord(StringRef Name, uint64_t Hash, InstrProfRecord &&I,
H A DProfileCommon.h90 LLVM_ABI void addRecord(const InstrProfRecord &);
99 LLVM_ABI void addRecord(const sampleprof::FunctionSamples &FS,
/freebsd/contrib/llvm-project/llvm/include/llvm/CGData/
H A DCodeGenDataWriter.h74 LLVM_ABI void addRecord(OutlinedHashTreeRecord &Record);
77 LLVM_ABI void addRecord(StableFunctionMapRecord &Record);
/freebsd/contrib/llvm-project/llvm/lib/CGData/
H A DCodeGenDataWriter.cpp65 void CodeGenDataWriter::addRecord(OutlinedHashTreeRecord &Record) { in addRecord() function in CodeGenDataWriter
72 void CodeGenDataWriter::addRecord(StableFunctionMapRecord &Record) { in addRecord() function in CodeGenDataWriter
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DRecordsSlice.h48 addRecord(StringRef Name, SymbolFlags Flags,
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp278 Slice.addRecord(Sym.name(), Flags, GlobalRecord::Kind::Unknown, Linkage); in readSymbols()
331 Slice.addRecord(Name, RecordFlags, GV, Linkage); in readSymbols()
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DRecordsSlice.cpp23 Record *RecordsSlice::addRecord(StringRef Name, SymbolFlags Flags, in addRecord() function in RecordsSlice
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp821 WC->Writer.addRecord(std::move(I), Input.Weight, [&](Error E) { in loadInput()
1358 IPBuilder.addRecord(Record); in adjustInstrProfile()
2904 Builder.addRecord(Func); in showInstrProfile()
3328 MemProfSumBuilder.addRecord(Pair.Record); in showMemProfProfile()
/freebsd/contrib/llvm-project/lld/MachO/
H A DDriver.cpp1353 Writer.addRecord(globalOutlineRecord); in codegenDataGenerate()
1355 Writer.addRecord(globalMergeRecord); in codegenDataGenerate()