Searched defs:rebaseTable (Results 1 - 1 of 1) sorted by path

/external/llvm/lib/Object/
H A DMachOObjectFile.cpp1669 MachOObjectFile::rebaseTable(ArrayRef<uint8_t> Opcodes, bool is64) { function in class:MachOObjectFile
1679 iterator_range<rebase_iterator> MachOObjectFile::rebaseTable() const { function in class:MachOObjectFile
1680 return rebaseTable(getDyldInfoRebaseOpcodes(), is64Bit());

Completed in 190 milliseconds