Searched refs:FixedAttributeSize (Results 1 – 2 of 2) sorted by relevance
32 FixedAttributeSize.reset(); in clear()59 FixedAttributeSize = FixedSizeInfo(); in extract()77 if (FixedAttributeSize) in extract()78 ++FixedAttributeSize->NumAddrs; in extract()82 if (FixedAttributeSize) in extract()83 ++FixedAttributeSize->NumRefAddrs; in extract()92 if (FixedAttributeSize) in extract()93 ++FixedAttributeSize->NumDwarfOffsets; in extract()100 if (FixedAttributeSize) in extract()107 FixedAttributeSize.reset(); in extract()[all …]
209 Optional<FixedSizeInfo> FixedAttributeSize; variable