Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
HDRuntimeDyldMachOI386.h140 unsigned Size = Obj.getAnyRelocationLength(RE); in processSECTDIFFRelocation()
198 unsigned Size = Obj.getAnyRelocationLength(RE); in processI386ScatteredVANILLA()
HDRuntimeDyldMachOARM.h216 unsigned HalfDiffKindBits = MachO.getAnyRelocationLength(RE); in processHALFSECTDIFFRelocation()
HDRuntimeDyldMachOAArch64.h265 assert(Obj.getAnyRelocationLength(RelInfo) == 2); in processRelocationRef()
/NextBSD/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyldMachO.h74 unsigned Size = Obj.getAnyRelocationLength(RelInfo); in getRelocationEntry()
/NextBSD/contrib/llvm/tools/llvm-readobj/
HDMachODumper.cpp496 W.printNumber("Length", Obj->getAnyRelocationLength(RE)); in printRelocation()
517 << " " << Obj->getAnyRelocationLength(RE); in printRelocation()
/NextBSD/contrib/llvm/include/llvm/Object/
HDMachO.h326 unsigned getAnyRelocationLength(const MachO::any_relocation_info &RE) const;
/NextBSD/contrib/llvm/lib/Object/
HDMachOObjectFile.cpp734 return getAnyRelocationLength(RE); in getRelocationLength()
1921 unsigned MachOObjectFile::getAnyRelocationLength( in getAnyRelocationLength() function in MachOObjectFile
/NextBSD/contrib/llvm/tools/llvm-objdump/
HDllvm-objdump.cpp644 bool isUpper = Obj->getAnyRelocationLength(RE) >> 1; in getRelocationValueString()
HDMachODump.cpp1908 r_length = info->O->getAnyRelocationLength(RE); in SymbolizerGetOpInfo()