Home
last modified time | relevance | path

Searched refs:getAnyRelocationType (Results 1 – 9 of 9) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOI386.h41 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); in processRelocationRef()
137 uint32_t RelocType = Obj.getAnyRelocationType(RE); in processSECTDIFFRelocation()
197 uint32_t RelocType = Obj.getAnyRelocationType(RE); in processI386ScatteredVANILLA()
H A DRuntimeDyldMachOARM.h59 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); in processRelocationRef()
219 uint32_t RelocType = MachO.getAnyRelocationType(RE); in processHALFSECTDIFFRelocation()
H A DRuntimeDyldMachOAArch64.h261 if (Obj.getAnyRelocationType(RelInfo) == MachO::ARM64_RELOC_ADDEND) { in processRelocationRef()
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.h76 static_cast<MachO::RelocationInfoType>(Obj.getAnyRelocationType(RelInfo)); in getRelocationEntry()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachORelocationInfo.cpp82 unsigned RType = Obj->getAnyRelocationType(RENext); in createExprForRelocation()
/minix3/external/bsd/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp681 Res = getAnyRelocationType(RE); in getRelocationType()
806 unsigned Type = this->getAnyRelocationType(RE); in getRelocationValueString()
832 unsigned RType = getAnyRelocationType(RENext); in getRelocationValueString()
879 unsigned RType = getAnyRelocationType(RENext); in getRelocationValueString()
901 unsigned RType = getAnyRelocationType(RENext); in getRelocationValueString()
940 unsigned RType = getAnyRelocationType(RENext); in getRelocationValueString()
2179 MachOObjectFile::getAnyRelocationType( in getAnyRelocationType() function in MachOObjectFile
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Object/
H A DMachO.h328 unsigned getAnyRelocationType(const MachO::any_relocation_info &RE) const;
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-readobj/
H A DMachODumper.cpp522 W.printNumber("Type", RelocName, Obj->getAnyRelocationType(RE)); in printRelocation()
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp782 r_type = info->O->getAnyRelocationType(RE); in SymbolizerGetOpInfo()
878 unsigned Type = info->O->getAnyRelocationType(RE); in SymbolizerGetOpInfo()
883 unsigned TypeNext = info->O->getAnyRelocationType(RENext); in SymbolizerGetOpInfo()
933 r_type = info->O->getAnyRelocationType(RE); in SymbolizerGetOpInfo()
1078 r_type = info->O->getAnyRelocationType(RE); in SymbolizerGetOpInfo()
1740 unsigned Type = info->O->getAnyRelocationType(RE); in GuessLiteralPointer()