|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/Object/MachO.h 483 unsigned getAnyRelocationType(const MachO::any_relocation_info &RE) const;
References
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp 65 uint32_t RelocType = Obj.getAnyRelocationType(RE);
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.h 76 static_cast<MachO::RelocationInfoType>(Obj.getAnyRelocationType(RelInfo));
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOAArch64.h 291 if (Obj.getAnyRelocationType(RelInfo) == MachO::ARM64_RELOC_ADDEND) {
302 if (Obj.getAnyRelocationType(RelInfo) == MachO::ARM64_RELOC_SUBTRACTOR)
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOARM.h 109 uint32_t RelType = Obj.getAnyRelocationType(RelInfo);
361 uint32_t RelocType = MachO.getAnyRelocationType(RE);
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOI386.h 42 uint32_t RelType = Obj.getAnyRelocationType(RelInfo);
155 uint32_t RelocType = Obj.getAnyRelocationType(RE);
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOX86_64.h 42 uint32_t RelType = Obj.getAnyRelocationType(RelInfo);
lib/Object/MachOObjectFile.cpp 2151 return getAnyRelocationType(RE);
tools/dsymutil/DwarfLinker.cpp 457 if (isMachOPairedReloc(Obj.getAnyRelocationType(MachOReloc),
tools/llvm-objdump/MachODump.cpp 466 if (O->getAnyRelocationType(RE) == MachO::ARM64_RELOC_ADDEND) {
510 unsigned Type = Obj->getAnyRelocationType(RE);
535 unsigned RType = Obj->getAnyRelocationType(RENext);
583 unsigned RType = Obj->getAnyRelocationType(RENext);
605 unsigned RType = Obj->getAnyRelocationType(RENext);
645 unsigned RType = Obj->getAnyRelocationType(RENext);
890 const unsigned r_type = O->getAnyRelocationType(RE);
2643 r_type = info->O->getAnyRelocationType(RE);
2771 unsigned Type = info->O->getAnyRelocationType(RE);
2776 unsigned TypeNext = info->O->getAnyRelocationType(RENext);
2832 r_type = info->O->getAnyRelocationType(RE);
2957 uint32_t r_type = info->O->getAnyRelocationType(RE);
6911 unsigned Type = info->O->getAnyRelocationType(RE);
tools/llvm-readobj/MachODumper.cpp 575 W.printNumber("Type", RelocName, Obj->getAnyRelocationType(RE));