Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.cpp159 if (auto FixedSize = AttributeSpecs[CurAttrIdx].getByteSize(U)) in getAttributeOffsetFromIndex()
201 size_t DWARFAbbreviationDeclaration::FixedSizeInfo::getByteSize( in getByteSize() function in DWARFAbbreviationDeclaration::FixedSizeInfo
213 Optional<int64_t> DWARFAbbreviationDeclaration::AttributeSpec::getByteSize( in getByteSize() function in DWARFAbbreviationDeclaration::AttributeSpec
229 return FixedAttributeSize->getByteSize(U); in getFixedAttributesByteSize()
H A DDWARFDebugInfoEntry.cpp78 if (auto FixedSize = AttrSpec.getByteSize(U)) { in extractFast()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h82 Optional<int64_t> getByteSize(const DWARFUnit &U) const;
199 size_t getByteSize(const DWARFUnit &U) const;
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBStringTable.h30 uint32_t getByteSize() const;
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DPDBStringTable.cpp21 uint32_t PDBStringTable::getByteSize() const { return Header->ByteSize; } in getByteSize() function in PDBStringTable
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp60 Optional<int64_t> ValSizeOpt = AttrVal->getByteSize(U); in findAttributeInfo()
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1107 P.formatLine("Name Buffer Size: {0}", IS->getByteSize()); in dumpStringTableFromPdb()