Searched refs:IndexedAllocationInfo (Results 1 – 2 of 2) sorted by relevance
26 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 …]
340 struct IndexedAllocationInfo { struct351 IndexedAllocationInfo() = default; argument352 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()