Home
last modified time | relevance | path

Searched refs:rebaseTable (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DMachO.h390 iterator_range<rebase_iterator> rebaseTable(Error &Err);
393 static iterator_range<rebase_iterator> rebaseTable(Error &Err,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp3459 MachOObjectFile::rebaseTable(Error &Err, MachOObjectFile *O, in rebaseTable() function in MachOObjectFile
3472 iterator_range<rebase_iterator> MachOObjectFile::rebaseTable(Error &Err) { in rebaseTable() function in MachOObjectFile
3473 return rebaseTable(Err, this, getDyldInfoRebaseOpcodes(), is64Bit()); in rebaseTable()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp10322 for (const object::MachORebaseEntry &Entry : Obj->rebaseTable(Err)) { in printMachORebaseTable()