Lines Matching refs:FixedAttributeSize
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()
101 FixedAttributeSize->NumBytes += *ByteSize; in extract()
107 FixedAttributeSize.reset(); in extract()
228 if (FixedAttributeSize) in getFixedAttributesByteSize()
229 return FixedAttributeSize->getByteSize(U); in getFixedAttributesByteSize()