reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h
   82     Optional<int64_t> getByteSize(const DWARFUnit &U) const;

References

lib/DebugInfo/DWARF/DWARFAbbreviationDeclaration.cpp
  175     if (auto FixedSize = Spec.getByteSize(U))
lib/DebugInfo/DWARF/DWARFDebugInfoEntry.cpp
   57     if (auto FixedSize = AttrSpec.getByteSize(U)) {