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

Declarations

include/llvm/Object/MachO.h
  480   unsigned getAnyRelocationAddress(const MachO::any_relocation_info &RE) const;

References

lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOARM.h
  405     uint32_t OtherHalf = MachO.getAnyRelocationAddress(RE2) & 0xffff;
lib/Object/MachOObjectFile.cpp
 2120   return getAnyRelocationAddress(RE);
tools/llvm-objdump/MachODump.cpp
  894     const unsigned r_address = O->getAnyRelocationAddress(RE);
 2847       other_half = info->O->getAnyRelocationAddress(RENext) & 0xffff;