Searched refs:FixedAttributeSize (Results 1 – 2 of 2) sorted by relevance
30 FixedAttributeSize.reset(); in clear()67 FixedAttributeSize = FixedSizeInfo(); in extract()107 if (FixedAttributeSize) in extract()108 ++FixedAttributeSize->NumAddrs; in extract()112 if (FixedAttributeSize) in extract()113 ++FixedAttributeSize->NumRefAddrs; in extract()122 if (FixedAttributeSize) in extract()123 ++FixedAttributeSize->NumDwarfOffsets; in extract()130 if (FixedAttributeSize) in extract()131 FixedAttributeSize->NumBytes += *ByteSize; in extract()[all …]
217 std::optional<FixedSizeInfo> FixedAttributeSize; variable