Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.h73 unsigned Size = Obj.getAnyRelocationLength(RelInfo); in getRelocationEntry()
H A DRuntimeDyldMachO.cpp67 unsigned Size = Obj.getAnyRelocationLength(RE); in processScatteredVANILLA()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOAArch64.h294 assert(Obj.getAnyRelocationLength(RelInfo) == 2); in processRelocationRef()
488 unsigned Size = Obj.getAnyRelocationLength(RE); in processSubtractRelocation()
H A DRuntimeDyldMachOX86_64.h165 unsigned Size = Obj.getAnyRelocationLength(RE); in processSubtractRelocation()
H A DRuntimeDyldMachOI386.h156 unsigned Size = Obj.getAnyRelocationLength(RE); in processSECTDIFFRelocation()
H A DRuntimeDyldMachOARM.h356 unsigned HalfDiffKindBits = MachO.getAnyRelocationLength(RE); in processHALFSECTDIFFRelocation()
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DMachODumper.cpp580 W.printNumber("Length", Obj->getAnyRelocationLength(RE)); in printRelocation()
601 << " " << Obj->getAnyRelocationLength(RE); in printRelocation()
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DMachO.h638 unsigned getAnyRelocationLength(const MachO::any_relocation_info &RE) const;
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp107 R.length = Obj.getAnyRelocationLength(RE); in constructSectionCommon()
/openbsd-src/gnu/llvm/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.cpp809 unsigned RelocSize = 1 << Obj.getAnyRelocationLength(MachOReloc); in findValidRelocsMachO()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DMachOObjectFile.cpp2380 return getAnyRelocationLength(RE); in getRelocationLength()
4582 unsigned MachOObjectFile::getAnyRelocationLength( in getAnyRelocationLength() function in MachOObjectFile
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp579 bool isUpper = (Obj->getAnyRelocationLength(RE) & 0x1) == 1; in getMachORelocationValueString()
841 const unsigned r_length = O->getAnyRelocationLength(RE); in PrintRelocationEntries()
3071 r_length = info->O->getAnyRelocationLength(RE); in SymbolizerGetOpInfo()