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

References

include/llvm/BinaryFormat/Dwarf.h
  546       return AddrSize;
  561   explicit operator bool() const { return Version && AddrSize; }
include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
  101     uint8_t getAddressSize() const { return FormParams.AddrSize; }
include/llvm/DebugInfo/DWARF/DWARFUnit.h
   80   uint8_t getAddressByteSize() const { return FormParams.AddrSize; }
lib/BinaryFormat/Dwarf.cpp
  650       return Params.AddrSize;
lib/DebugInfo/DWARF/DWARFDebugLine.cpp
  351     FormParams.AddrSize = DebugLineData.getU8(OffsetPtr);
lib/DebugInfo/DWARF/DWARFFormValue.cpp
  255           (Form == DW_FORM_addr) ? FP.AddrSize : FP.getRefAddrByteSize();
lib/DebugInfo/DWARF/DWARFUnit.cpp
  253     FormParams.AddrSize = debug_info.getU8(offset_ptr);
  257     FormParams.AddrSize = debug_info.getU8(offset_ptr);
unittests/DebugInfo/DWARF/DwarfGenerator.cpp
  169     P.FormParams.AddrSize = AddrSize;