Searched defs:MachOBindEntry (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Object/
H A DMachO.h139 /// MachOBindEntry encapsulates the current state in the decompression of
142 /// for (const llvm::object::MachOBindEntry &Entry : Obj->bindTable()) {
144 class MachOBindEntry { class in namespace:llvm::object
148 MachOBindEntry(ArrayRef<uint8_t> Opcodes, bool is64Bit, MachOBindEntry::Kind);
158 bool operator==(const MachOBindEntry &) const;
185 typedef content_iterator<MachOBindEntry> bind_iterator;
303 MachOBindEntry::Kind);
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp1683 MachOBindEntry::MachOBindEntry(ArrayRef<uint8_t> Bytes, bool is64Bit, Kind BK) function in class:MachOBindEntry
1689 void MachOBindEntry::moveToFirst() {
1694 void MachOBindEntry::moveToEnd() {
1700 void MachOBindEntry::moveNext() {
1865 uint64_t MachOBindEntry::readULEB128() {
1876 int64_t MachOBindEntry::readSLEB128() {
1887 uint32_t MachOBindEntry::segmentIndex() const { return SegmentIndex; }
1889 uint64_t MachOBindEntry::segmentOffset() const { return SegmentOffset; }
1891 StringRef MachOBindEntry
[all...]

Completed in 119 milliseconds