Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.h74 unsigned Size = Obj.getAnyRelocationLength(RelInfo); in getRelocationEntry()
DRuntimeDyldMachO.cpp66 unsigned Size = Obj.getAnyRelocationLength(RE); in processScatteredVANILLA()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOAArch64.h267 assert(Obj.getAnyRelocationLength(RelInfo) == 2); in processRelocationRef()
429 unsigned Size = Obj.getAnyRelocationLength(RE); in processSubtractRelocation()
DRuntimeDyldMachOX86_64.h167 unsigned Size = Obj.getAnyRelocationLength(RE); in processSubtractRelocation()
DRuntimeDyldMachOI386.h155 unsigned Size = Obj.getAnyRelocationLength(RE); in processSECTDIFFRelocation()
DRuntimeDyldMachOARM.h231 unsigned HalfDiffKindBits = MachO.getAnyRelocationLength(RE); in processHALFSECTDIFFRelocation()
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp561 W.printNumber("Length", Obj->getAnyRelocationLength(RE)); in printRelocation()
582 << " " << Obj->getAnyRelocationLength(RE); in printRelocation()
/external/llvm/include/llvm/Object/
DMachO.h329 unsigned getAnyRelocationLength(const MachO::any_relocation_info &RE) const;
/external/llvm/lib/Object/
DMachOObjectFile.cpp894 return getAnyRelocationLength(RE); in getRelocationLength()
2033 unsigned MachOObjectFile::getAnyRelocationLength( in getAnyRelocationLength() function in MachOObjectFile
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp852 bool isUpper = Obj->getAnyRelocationLength(RE) >> 1; in getRelocationValueString()
DMachODump.cpp2029 r_length = info->O->getAnyRelocationLength(RE); in SymbolizerGetOpInfo()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp1930 unsigned RelocSize = 1 << Obj.getAnyRelocationLength(MachOReloc); in findValidRelocsMachO()