Searched refs:getAnyRelocationType (Results 1 - 12 of 12) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOI386.h43 uint32_t RelType = Obj.getAnyRelocationType(RelInfo);
153 uint32_t RelocType = Obj.getAnyRelocationType(RE);
H A DRuntimeDyldMachOARM.h62 uint32_t RelType = Obj.getAnyRelocationType(RelInfo);
236 uint32_t RelocType = MachO.getAnyRelocationType(RE);
H A DRuntimeDyldMachOAArch64.h264 if (Obj.getAnyRelocationType(RelInfo) == MachO::ARM64_RELOC_ADDEND) {
275 if (Obj.getAnyRelocationType(RelInfo) == MachO::ARM64_RELOC_SUBTRACTOR)
H A DRuntimeDyldMachOX86_64.h43 uint32_t RelType = Obj.getAnyRelocationType(RelInfo);
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.h77 static_cast<MachO::RelocationInfoType>(Obj.getAnyRelocationType(RelInfo));
H A DRuntimeDyldMachO.cpp64 uint32_t RelocType = Obj.getAnyRelocationType(RE);
/external/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp729 unsigned Type = Obj->getAnyRelocationType(RE);
756 unsigned RType = Obj->getAnyRelocationType(RENext);
804 unsigned RType = Obj->getAnyRelocationType(RENext);
826 unsigned RType = Obj->getAnyRelocationType(RENext);
866 unsigned RType = Obj->getAnyRelocationType(RENext);
H A DMachODump.cpp1854 r_type = info->O->getAnyRelocationType(RE);
1965 unsigned Type = info->O->getAnyRelocationType(RE);
1970 unsigned TypeNext = info->O->getAnyRelocationType(RENext);
2035 r_type = info->O->getAnyRelocationType(RE);
2168 uint32_t r_type = info->O->getAnyRelocationType(RE);
6130 unsigned Type = info->O->getAnyRelocationType(RE);
/external/llvm/include/llvm/Object/
H A DMachO.h330 unsigned getAnyRelocationType(const MachO::any_relocation_info &RE) const;
/external/llvm/tools/llvm-readobj/
H A DMachODumper.cpp562 W.printNumber("Type", RelocName, Obj->getAnyRelocationType(RE));
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp780 return getAnyRelocationType(RE);
2041 MachOObjectFile::getAnyRelocationType( function in class:MachOObjectFile
/external/llvm/tools/dsymutil/
H A DDwarfLinker.cpp1923 if (isMachOPairedReloc(Obj.getAnyRelocationType(MachOReloc),

Completed in 173 milliseconds