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

References

lib/DebugInfo/DWARF/DWARFDebugFrame.cpp
   77         addInstruction(Opcode, Data.getRelocatedAddress(Offset));
  514         InitialLocation = Data.getRelocatedAddress(&Offset);
  515         AddressRange = Data.getRelocatedAddress(&Offset);
lib/DebugInfo/DWARF/DWARFDebugLine.cpp
  626         State.Row.Address.Address = DebugLineData.getRelocatedAddress(
lib/DebugInfo/DWARF/DWARFDebugRangeList.cpp
   42     Entry.StartAddress = data.getRelocatedAddress(offset_ptr);
   44         data.getRelocatedAddress(offset_ptr, &Entry.SectionIndex);
lib/DebugInfo/DWARF/DWARFDebugRnglists.cpp
   79     Value0 = Data.getRelocatedAddress(OffsetPtr, &SectionIndex);
   89     Value0 = Data.getRelocatedAddress(OffsetPtr, &SectionIndex);
   90     Value1 = Data.getRelocatedAddress(OffsetPtr);
   95     Value0 = Data.getRelocatedAddress(OffsetPtr, &SectionIndex);
lib/DebugInfo/DWARF/DWARFUnit.cpp
  218   uint64_t Address = DA.getRelocatedAddress(&Offset, &Section);