Searched refs:MachORebaseEntry (Results 1 – 3 of 3) sorted by relevance
171 class MachORebaseEntry {173 LLVM_ABI MachORebaseEntry(Error *Err, const MachOObjectFile *O,183 LLVM_ABI bool operator==(const MachORebaseEntry &) const;206 using rebase_iterator = content_iterator<MachORebaseEntry>;
3479 MachORebaseEntry::MachORebaseEntry(Error *E, const MachOObjectFile *O, in MachORebaseEntry() function in MachORebaseEntry3484 void MachORebaseEntry::moveToFirst() { in moveToFirst()3489 void MachORebaseEntry::moveToEnd() { in moveToEnd()3495 void MachORebaseEntry::moveNext() { in moveNext()3746 uint64_t MachORebaseEntry::readULEB128(const char **error) { in readULEB128()3755 int32_t MachORebaseEntry::segmentIndex() const { return SegmentIndex; } in segmentIndex()3757 uint64_t MachORebaseEntry::segmentOffset() const { return SegmentOffset; } in segmentOffset()3759 StringRef MachORebaseEntry::typeName() const { in typeName()3773 StringRef MachORebaseEntry::segmentName() const { in segmentName()3779 StringRef MachORebaseEntry::sectionName() const { in sectionName()[all …]
10363 for (const object::MachORebaseEntry &Entry : Obj->rebaseTable(Err)) { in printMachORebaseTable()