Searched refs:rebaseTable (Results 1 – 7 of 7) sorted by relevance
/external/llvm/include/llvm/Object/ |
D | MachO.h | 285 iterator_range<rebase_iterator> rebaseTable() const; 288 static iterator_range<rebase_iterator> rebaseTable(ArrayRef<uint8_t> Opcodes,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | MachO.h | 389 iterator_range<rebase_iterator> rebaseTable(Error &Err); 392 static iterator_range<rebase_iterator> rebaseTable(Error &Err,
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/ |
D | MachO.h | 542 iterator_range<rebase_iterator> rebaseTable(Error &Err); 545 static iterator_range<rebase_iterator> rebaseTable(Error &Err,
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 1669 MachOObjectFile::rebaseTable(ArrayRef<uint8_t> Opcodes, bool is64) { in rebaseTable() function in MachOObjectFile 1679 iterator_range<rebase_iterator> MachOObjectFile::rebaseTable() const { in rebaseTable() function in MachOObjectFile 1680 return rebaseTable(getDyldInfoRebaseOpcodes(), is64Bit()); in rebaseTable()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 3437 MachOObjectFile::rebaseTable(Error &Err, MachOObjectFile *O, in rebaseTable() function in MachOObjectFile 3450 iterator_range<rebase_iterator> MachOObjectFile::rebaseTable(Error &Err) { in rebaseTable() function in MachOObjectFile 3451 return rebaseTable(Err, this, getDyldInfoRebaseOpcodes(), is64Bit()); in rebaseTable()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 3793 MachOObjectFile::rebaseTable(Error &Err, MachOObjectFile *O, in rebaseTable() function in MachOObjectFile 3806 iterator_range<rebase_iterator> MachOObjectFile::rebaseTable(Error &Err) { in rebaseTable() function in MachOObjectFile 3807 return rebaseTable(Err, this, getDyldInfoRebaseOpcodes(), is64Bit()); in rebaseTable()
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 9214 for (const llvm::object::MachORebaseEntry &Entry : Obj->rebaseTable()) { in printMachORebaseTable()
|