Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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 DRuntimeDyldMachOI386.h157 unsigned Size = Obj.getAnyRelocationLength(RE); in processSECTDIFFRelocation()
H A DRuntimeDyldMachOX86_64.h166 unsigned Size = Obj.getAnyRelocationLength(RE); in processSubtractRelocation()
H A DRuntimeDyldMachOARM.h357 unsigned HalfDiffKindBits = MachO.getAnyRelocationLength(RE); in processHALFSECTDIFFRelocation()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DMachODumper.cpp571 W.printNumber("Length", Obj->getAnyRelocationLength(RE)); in printRelocation()
592 << " " << Obj->getAnyRelocationLength(RE); in printRelocation()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DMachO.h483 unsigned getAnyRelocationLength(const MachO::any_relocation_info &RE) const;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.cpp524 unsigned RelocSize = 1 << Obj.getAnyRelocationLength(MachOReloc); in findValidRelocsMachO()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp101 R.length = Obj.getAnyRelocationLength(RE); in constructSectionCommon()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp2282 return getAnyRelocationLength(RE); in getRelocationLength()
4235 unsigned MachOObjectFile::getAnyRelocationLength( in getAnyRelocationLength() function in MachOObjectFile
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp560 bool isUpper = (Obj->getAnyRelocationLength(RE) & 0x1) == 1; in getMachORelocationValueString()
822 const unsigned r_length = O->getAnyRelocationLength(RE); in PrintRelocationEntries()
2814 r_length = info->O->getAnyRelocationLength(RE); in SymbolizerGetOpInfo()