Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.h74 unsigned Size = Obj.getAnyRelocationLength(RelInfo); in getRelocationEntry()
H A DRuntimeDyldMachO.cpp68 unsigned Size = Obj.getAnyRelocationLength(RE); in processScatteredVANILLA()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOAArch64.h295 assert(Obj.getAnyRelocationLength(RelInfo) == 2); in processRelocationRef()
489 unsigned Size = Obj.getAnyRelocationLength(RE); in processSubtractRelocation()
H A DRuntimeDyldMachOI386.h155 unsigned Size = Obj.getAnyRelocationLength(RE); in processSECTDIFFRelocation()
H A DRuntimeDyldMachOX86_64.h167 unsigned Size = Obj.getAnyRelocationLength(RE); in processSubtractRelocation()
H A DRuntimeDyldMachOARM.h355 unsigned HalfDiffKindBits = MachO.getAnyRelocationLength(RE); in processHALFSECTDIFFRelocation()
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DMachODumper.cpp561 W.printNumber("Length", Obj->getAnyRelocationLength(RE)); in printRelocation()
582 << " " << Obj->getAnyRelocationLength(RE); in printRelocation()
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DMachO.h489 unsigned getAnyRelocationLength(const MachO::any_relocation_info &RE) const;
/freebsd-12.1/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp2225 return getAnyRelocationLength(RE); in getRelocationLength()
4202 unsigned MachOObjectFile::getAnyRelocationLength( in getAnyRelocationLength() function in MachOObjectFile
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp823 bool isUpper = (Obj->getAnyRelocationLength(RE) & 0x1) == 1; in getRelocationValueString()
H A DMachODump.cpp563 const unsigned r_length = O->getAnyRelocationLength(RE); in PrintRelocationEntries()
2477 r_length = info->O->getAnyRelocationLength(RE); in SymbolizerGetOpInfo()