Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.cpp157 if (auto FixedSize = AttributeSpecs[CurAttrIdx].getByteSize(U)) in getAttributeOffsetFromIndex()
199 size_t DWARFAbbreviationDeclaration::FixedSizeInfo::getByteSize( in getByteSize() function in DWARFAbbreviationDeclaration::FixedSizeInfo
211 std::optional<int64_t> DWARFAbbreviationDeclaration::AttributeSpec::getByteSize( in getByteSize() function in DWARFAbbreviationDeclaration::AttributeSpec
227 return FixedAttributeSize->getByteSize(U); in getFixedAttributesByteSize()
H A DDWARFDebugInfoEntry.cpp78 if (auto FixedSize = AttrSpec.getByteSize(U)) { in extractFast()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h82 std::optional<int64_t> getByteSize(const DWARFUnit &U) const;
199 size_t getByteSize(const DWARFUnit &U) const;
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBStringTable.h30 uint32_t getByteSize() const;
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DPDBStringTable.cpp21 uint32_t PDBStringTable::getByteSize() const { return Header->ByteSize; } in getByteSize() function in PDBStringTable
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1108 P.formatLine("Name Buffer Size: {0}", IS->getByteSize()); in dumpStringTableFromPdb()