Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.h73 unsigned Size = Obj.getAnyRelocationLength(RelInfo); in getRelocationEntry()
DRuntimeDyldMachO.cpp67 unsigned Size = Obj.getAnyRelocationLength(RE); in processScatteredVANILLA()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOAArch64.h294 assert(Obj.getAnyRelocationLength(RelInfo) == 2); in processRelocationRef()
488 unsigned Size = Obj.getAnyRelocationLength(RE); in processSubtractRelocation()
DRuntimeDyldMachOI386.h157 unsigned Size = Obj.getAnyRelocationLength(RE); in processSECTDIFFRelocation()
DRuntimeDyldMachOX86_64.h166 unsigned Size = Obj.getAnyRelocationLength(RE); in processSubtractRelocation()
DRuntimeDyldMachOARM.h357 unsigned HalfDiffKindBits = MachO.getAnyRelocationLength(RE); in processHALFSECTDIFFRelocation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DMachO.h482 unsigned getAnyRelocationLength(const MachO::any_relocation_info &RE) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp2270 return getAnyRelocationLength(RE); in getRelocationLength()
4224 unsigned MachOObjectFile::getAnyRelocationLength( in getAnyRelocationLength() function in MachOObjectFile