Home
last modified time | relevance | path

Searched refs:IndexedAllocationInfo (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DMemProf.cpp26 static size_t serializedSizeV0(const IndexedAllocationInfo &IAI, in serializedSizeV0()
38 static size_t serializedSizeV2(const IndexedAllocationInfo &IAI, in serializedSizeV2()
48 static size_t serializedSizeV3(const IndexedAllocationInfo &IAI, in serializedSizeV3()
58 size_t IndexedAllocationInfo::serializedSize(const MemProfSchema &Schema, in serializedSize()
76 for (const IndexedAllocationInfo &N : Record.AllocSites) in serializedSizeV0()
93 for (const IndexedAllocationInfo &N : Record.AllocSites) in serializedSizeV2()
107 for (const IndexedAllocationInfo &N : Record.AllocSites) in serializedSizeV3()
138 for (const IndexedAllocationInfo &N : Record.AllocSites) { in serializeV0()
161 for (const IndexedAllocationInfo &N : Record.AllocSites) { in serializeV2()
181 for (const IndexedAllocationInfo &N : Record.AllocSites) { in serializeV3()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProf.h340 struct IndexedAllocationInfo { struct
351 IndexedAllocationInfo() = default; argument
352 IndexedAllocationInfo(ArrayRef<FrameId> CS, CallStackId CSId,
361 bool operator==(const IndexedAllocationInfo &Other) const {
370 bool operator!=(const IndexedAllocationInfo &Other) const {
385 const IndexedAllocationInfo &IndexedAI, in AllocationInfo()
411 llvm::SmallVector<IndexedAllocationInfo> AllocSites;
482 for (const IndexedAllocationInfo &IndexedAI : Record.AllocSites) { in MemProfRecord()