Lines Matching refs:FixedAttributeSize
33 FixedAttributeSize.reset(); in clear()
60 FixedAttributeSize = FixedSizeInfo(); in extract()
78 if (FixedAttributeSize) in extract()
79 ++FixedAttributeSize->NumAddrs; in extract()
83 if (FixedAttributeSize) in extract()
84 ++FixedAttributeSize->NumRefAddrs; in extract()
93 if (FixedAttributeSize) in extract()
94 ++FixedAttributeSize->NumDwarfOffsets; in extract()
101 if (FixedAttributeSize) in extract()
102 FixedAttributeSize->NumBytes += *ByteSize; in extract()
108 FixedAttributeSize.reset(); in extract()
213 if (FixedAttributeSize) in getFixedAttributesByteSize()
214 return FixedAttributeSize->getByteSize(U); in getFixedAttributesByteSize()