HomeSort by relevance Sort by last modified time
    Searched defs:MachORebaseEntry (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Object/
MachO.h 103 /// MachORebaseEntry encapsulates the current state in the decompression of
106 /// for (const llvm::object::MachORebaseEntry &Entry : Obj->rebaseTable()) {
108 class MachORebaseEntry {
110 MachORebaseEntry(ArrayRef<uint8_t> opcodes, bool is64Bit);
116 bool operator==(const MachORebaseEntry &) const;
137 typedef content_iterator<MachORebaseEntry> rebase_iterator;
  /external/llvm/lib/Object/
MachOObjectFile.cpp     [all...]

Completed in 112 milliseconds