Searched refs:rebaseTable (Results 1 – 3 of 3) sorted by relevance
283 iterator_range<rebase_iterator> rebaseTable() const;286 static iterator_range<rebase_iterator> rebaseTable(ArrayRef<uint8_t> Opcodes,
1855 MachOObjectFile::rebaseTable(ArrayRef<uint8_t> Opcodes, bool is64) { in rebaseTable() function in MachOObjectFile1866 iterator_range<rebase_iterator> MachOObjectFile::rebaseTable() const { in rebaseTable() function in MachOObjectFile1867 return rebaseTable(getDyldInfoRebaseOpcodes(), is64Bit()); in rebaseTable()
8677 for (const llvm::object::MachORebaseEntry &Entry : Obj->rebaseTable()) { in printMachORebaseTable()