reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
481 unsigned getAnyRelocationPCRel(const MachO::any_relocation_info &RE) const;
66 bool IsPCRel = Obj.getAnyRelocationPCRel(RE);
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.h 72 bool IsPCRel = Obj.getAnyRelocationPCRel(RelInfo);
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOAArch64.h 293 assert(!Obj.getAnyRelocationPCRel(RelInfo));
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOARM.h 362 bool IsPCRel = MachO.getAnyRelocationPCRel(RE);
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOI386.h 156 bool IsPCRel = Obj.getAnyRelocationPCRel(RE);
tools/llvm-objdump/MachODump.cpp511 bool IsPCRel = Obj->getAnyRelocationPCRel(RE); 892 const unsigned r_pcrel = O->getAnyRelocationPCRel(RE); 2729 if (info->O->getAnyRelocationPCRel(RE)) 2767 if (info->O->getAnyRelocationPCRel(RE)) 6910 if (info->O->getAnyRelocationPCRel(RE)) {tools/llvm-readobj/MachODumper.cpp
573 W.printNumber("PCRel", Obj->getAnyRelocationPCRel(RE)); 594 << " " << Obj->getAnyRelocationPCRel(RE)