Lines Matching refs:FixedAttributeSize
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()
137 FixedAttributeSize.reset(); in extract()
248 if (FixedAttributeSize) in getFixedAttributesByteSize()
249 return FixedAttributeSize->getByteSize(U); in getFixedAttributesByteSize()