Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOI386.h43 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); in processRelocationRef()
153 uint32_t RelocType = Obj.getAnyRelocationType(RE); in processSECTDIFFRelocation()
H A DRuntimeDyldMachOARM.h110 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); in processRelocationRef()
359 uint32_t RelocType = MachO.getAnyRelocationType(RE); in processHALFSECTDIFFRelocation()
H A DRuntimeDyldMachOAArch64.h292 if (Obj.getAnyRelocationType(RelInfo) == MachO::ARM64_RELOC_ADDEND) { in processRelocationRef()
303 if (Obj.getAnyRelocationType(RelInfo) == MachO::ARM64_RELOC_SUBTRACTOR) in processRelocationRef()
H A DRuntimeDyldMachOX86_64.h43 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); in processRelocationRef()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.h77 static_cast<MachO::RelocationInfoType>(Obj.getAnyRelocationType(RelInfo)); in getRelocationEntry()
H A DRuntimeDyldMachO.cpp66 uint32_t RelocType = Obj.getAnyRelocationType(RE); in processScatteredVANILLA()
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp635 if (O->getAnyRelocationType(RE) == MachO::ARM64_RELOC_ADDEND) { in printRelocationTargetName()
702 unsigned Type = Obj->getAnyRelocationType(RE); in getRelocationValueString()
727 unsigned RType = Obj->getAnyRelocationType(RENext); in getRelocationValueString()
775 unsigned RType = Obj->getAnyRelocationType(RENext); in getRelocationValueString()
797 unsigned RType = Obj->getAnyRelocationType(RENext); in getRelocationValueString()
837 unsigned RType = Obj->getAnyRelocationType(RENext); in getRelocationValueString()
H A DMachODump.cpp560 const unsigned r_type = O->getAnyRelocationType(RE); in PrintRelocationEntries()
2284 r_type = info->O->getAnyRelocationType(RE); in SymbolizerGetOpInfo()
2419 unsigned Type = info->O->getAnyRelocationType(RE); in SymbolizerGetOpInfo()
2424 unsigned TypeNext = info->O->getAnyRelocationType(RENext); in SymbolizerGetOpInfo()
2483 r_type = info->O->getAnyRelocationType(RE); in SymbolizerGetOpInfo()
2610 uint32_t r_type = info->O->getAnyRelocationType(RE); in SymbolizerGetOpInfo()
6550 unsigned Type = info->O->getAnyRelocationType(RE); in GuessLiteralPointer()
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DMachO.h490 unsigned getAnyRelocationType(const MachO::any_relocation_info &RE) const;
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DMachODumper.cpp562 W.printNumber("Type", RelocName, Obj->getAnyRelocationType(RE)); in printRelocation()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp2111 return getAnyRelocationType(RE); in getRelocationType()
4210 MachOObjectFile::getAnyRelocationType( in getAnyRelocationType() function in MachOObjectFile