Searched refs:getByteSize (Results 1 – 6 of 6) sorted by relevance
179 if (auto FixedSize = AttributeSpecs[CurAttrIdx].getByteSize(U)) in getAttributeOffsetFromIndex()221 size_t DWARFAbbreviationDeclaration::FixedSizeInfo::getByteSize( in getByteSize() function in DWARFAbbreviationDeclaration::FixedSizeInfo233 std::optional<int64_t> DWARFAbbreviationDeclaration::AttributeSpec::getByteSize( in getByteSize() function in DWARFAbbreviationDeclaration::AttributeSpec249 return FixedAttributeSize->getByteSize(U); in getFixedAttributesByteSize()
78 if (auto FixedSize = AttrSpec.getByteSize(U)) { in extractFast()
90 std::optional<int64_t> getByteSize(const DWARFUnit &U) const;207 size_t getByteSize(const DWARFUnit &U) const;
30 uint32_t getByteSize() const;
21 uint32_t PDBStringTable::getByteSize() const { return Header->ByteSize; } in getByteSize() function in PDBStringTable
1108 P.formatLine("Name Buffer Size: {0}", IS->getByteSize()); in dumpStringTableFromPdb()