Home
last modified time | relevance | path

Searched refs:getByteSize (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.cpp166 if (auto FixedSize = AttributeSpecs[CurAttrIdx].getByteSize(U)) in getAttributeValue()
185 size_t DWARFAbbreviationDeclaration::FixedSizeInfo::getByteSize( in getByteSize() function in DWARFAbbreviationDeclaration::FixedSizeInfo
197 Optional<int64_t> DWARFAbbreviationDeclaration::AttributeSpec::getByteSize( in getByteSize() function in DWARFAbbreviationDeclaration::AttributeSpec
213 return FixedAttributeSize->getByteSize(U); in getFixedAttributesByteSize()
H A DDWARFDebugInfoEntry.cpp58 if (auto FixedSize = AttrSpec.getByteSize(U)) { in extractFast()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h82 Optional<int64_t> getByteSize(const DWARFUnit &U) const;
178 size_t getByteSize(const DWARFUnit &U) const;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBStringTable.h36 uint32_t getByteSize() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DPDBStringTable.cpp22 uint32_t PDBStringTable::getByteSize() const { return Header->ByteSize; } in getByteSize() function in PDBStringTable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1212 P.formatLine("Name Buffer Size: {0}", IS->getByteSize()); in dumpStringTableFromPdb()