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

Declarations

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

References

lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp
   67   unsigned Size = Obj.getAnyRelocationLength(RE);
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.h
   73     unsigned Size = Obj.getAnyRelocationLength(RelInfo);
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOAArch64.h
  294       assert(Obj.getAnyRelocationLength(RelInfo) == 2);
  488     unsigned Size = Obj.getAnyRelocationLength(RE);
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOARM.h
  357     unsigned HalfDiffKindBits = MachO.getAnyRelocationLength(RE);
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOI386.h
  157     unsigned Size = Obj.getAnyRelocationLength(RE);
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOX86_64.h
  166     unsigned Size = Obj.getAnyRelocationLength(RE);
lib/Object/MachOObjectFile.cpp
 2266   return getAnyRelocationLength(RE);
tools/dsymutil/DwarfLinker.cpp
  465     unsigned RelocSize = 1 << Obj.getAnyRelocationLength(MachOReloc);
tools/llvm-objdump/MachODump.cpp
  631         bool isUpper = (Obj->getAnyRelocationLength(RE) & 0x1) == 1;
  893     const unsigned r_length = O->getAnyRelocationLength(RE);
 2826     r_length = info->O->getAnyRelocationLength(RE);
tools/llvm-readobj/MachODumper.cpp
  574     W.printNumber("Length", Obj->getAnyRelocationLength(RE));
  595        << " " << Obj->getAnyRelocationLength(RE);