LLVM
15.0.0git
|
#include "llvm/Object/MachO.h"
Public Member Functions | |
BindRebaseSegInfo (const MachOObjectFile *Obj) | |
const char * | checkSegAndOffsets (int32_t SegIndex, uint64_t SegOffset, uint8_t PointerSize, uint32_t Count=1, uint32_t Skip=0) |
StringRef | segmentName (int32_t SegIndex) |
StringRef | sectionName (int32_t SegIndex, uint64_t SegOffset) |
uint64_t | address (uint32_t SegIndex, uint64_t SegOffset) |
BindRebaseSegInfo::BindRebaseSegInfo | ( | const MachOObjectFile * | Obj | ) |
Definition at line 4268 of file MachOObjectFile.cpp.
References SI.
const char * BindRebaseSegInfo::checkSegAndOffsets | ( | int32_t | SegIndex, |
uint64_t | SegOffset, | ||
uint8_t | PointerSize, | ||
uint32_t | Count = 1 , |
||
uint32_t | Skip = 0 |
||
) |
Definition at line 4202 of file MachOObjectFile.cpp.
References i, and llvm::jitlink::x86_64::PointerSize.
Definition at line 4261 of file MachOObjectFile.cpp.
StringRef BindRebaseSegInfo::segmentName | ( | int32_t | SegIndex | ) |
Definition at line 4235 of file MachOObjectFile.cpp.
References llvm_unreachable, and SI.