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

References

include/llvm/BinaryFormat/Dwarf.h
  547     return getDwarfOffsetByteSize();
include/llvm/DebugInfo/DWARF/DWARFUnit.h
   83     return FormParams.getDwarfOffsetByteSize();
  184     return FormParams.getDwarfOffsetByteSize();
lib/BinaryFormat/Dwarf.cpp
  706       return Params.getDwarfOffsetByteSize();
lib/DebugInfo/DWARF/DWARFFormValue.cpp
  331           Data.getRelocatedValue(FP.getDwarfOffsetByteSize(), OffsetPtr);
lib/DebugInfo/DWARF/DWARFUnit.cpp
  254     AbbrOffset = debug_info.getRelocatedValue(FormParams.getDwarfOffsetByteSize(), offset_ptr);
  256     AbbrOffset = debug_info.getRelocatedValue(FormParams.getDwarfOffsetByteSize(), offset_ptr);
  279         debug_info.getUnsigned(offset_ptr, FormParams.getDwarfOffsetByteSize());