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

/external/llvm/include/llvm/Object/
H A DMachO.h103 /// MachORebaseEntry encapsulates the current state in the decompression of
106 /// for (const llvm::object::MachORebaseEntry &Entry : Obj->rebaseTable()) {
108 class MachORebaseEntry { class in namespace:llvm::object
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/
H A DMachOObjectFile.cpp1513 MachORebaseEntry::MachORebaseEntry(ArrayRef<uint8_t> Bytes, bool is64Bit) function in class:MachORebaseEntry
1518 void MachORebaseEntry::moveToFirst() {
1523 void MachORebaseEntry::moveToEnd() {
1529 void MachORebaseEntry::moveNext() {
1634 uint64_t MachORebaseEntry::readULEB128() {
1645 uint32_t MachORebaseEntry::segmentIndex() const { return SegmentIndex; }
1647 uint64_t MachORebaseEntry::segmentOffset() const { return SegmentOffset; }
1649 StringRef MachORebaseEntry::typeName() const {
1661 bool MachORebaseEntry
[all...]

Completed in 206 milliseconds