Searched refs:MachORebaseEntry (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h160 /// MachORebaseEntry encapsulates the current state in the decompression of
164 /// for (const llvm::object::MachORebaseEntry &Entry : Obj->rebaseTable(&Err)) {
167 class MachORebaseEntry { class in namespace:llvm::object
169 MachORebaseEntry(Error *Err, const MachOObjectFile *O,
179 bool operator==(const MachORebaseEntry &) const;
202 using rebase_iterator = content_iterator<MachORebaseEntry>;
432 // This is used by MachORebaseEntry::moveNext() to validate a MachORebaseEntry
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp3111 MachORebaseEntry::MachORebaseEntry(Error *E, const MachOObjectFile *O, function in class:MachORebaseEntry
3116 void MachORebaseEntry::moveToFirst() {
3121 void MachORebaseEntry::moveToEnd() {
3127 void MachORebaseEntry::moveNext() {
3376 uint64_t MachORebaseEntry::readULEB128(const char **error) {
3385 int32_t MachORebaseEntry::segmentIndex() const { return SegmentIndex; }
3387 uint64_t MachORebaseEntry::segmentOffset() const { return SegmentOffset; }
3389 StringRef MachORebaseEntry::typeName() const {
3403 StringRef MachORebaseEntry
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp10315 for (const object::MachORebaseEntry &Entry : Obj->rebaseTable(Err)) {

Completed in 115 milliseconds