Searched refs:getByteSize (Results 1 – 6 of 6) sorted by relevance
166 if (auto FixedSize = AttributeSpecs[CurAttrIdx].getByteSize(U)) in getAttributeValue()185 size_t DWARFAbbreviationDeclaration::FixedSizeInfo::getByteSize( in getByteSize() function in DWARFAbbreviationDeclaration::FixedSizeInfo197 Optional<int64_t> DWARFAbbreviationDeclaration::AttributeSpec::getByteSize( in getByteSize() function in DWARFAbbreviationDeclaration::AttributeSpec213 return FixedAttributeSize->getByteSize(U); in getFixedAttributesByteSize()
58 if (auto FixedSize = AttrSpec.getByteSize(U)) { in extractFast()
82 Optional<int64_t> getByteSize(const DWARFUnit &U) const;178 size_t getByteSize(const DWARFUnit &U) const;
36 uint32_t getByteSize() const;
22 uint32_t PDBStringTable::getByteSize() const { return Header->ByteSize; } in getByteSize() function in PDBStringTable
1212 P.formatLine("Name Buffer Size: {0}", IS->getByteSize()); in dumpStringTableFromPdb()