Searched refs:MachOBindEntry (Results 1 – 4 of 4) sorted by relevance
212 class MachOBindEntry {216 MachOBindEntry(Error *Err, const MachOObjectFile *O,217 ArrayRef<uint8_t> Opcodes, bool is64Bit, MachOBindEntry::Kind);231 bool operator==(const MachOBindEntry &) const;261 using bind_iterator = content_iterator<MachOBindEntry>;539 MachOBindEntry::Kind);
3632 MachOBindEntry::MachOBindEntry(Error *E, const MachOObjectFile *O, in MachOBindEntry() function in MachOBindEntry3637 void MachOBindEntry::moveToFirst() { in moveToFirst()3642 void MachOBindEntry::moveToEnd() { in moveToEnd()3648 void MachOBindEntry::moveNext() { in moveNext()4117 StringRef MachOBindEntry::typeName() const { in typeName()4139 StringRef MachOBindEntry::segmentName() const { in segmentName()4145 StringRef MachOBindEntry::sectionName() const { in sectionName()4151 uint64_t MachOBindEntry::address() const { in address()4155 bool MachOBindEntry::operator==(const MachOBindEntry &Other) const { in operator ==()4295 MachOBindEntry::Kind::Lazy); in lazyBindTable()[all …]
1393 for (const llvm::object::MachOBindEntry &Entry : MachO.bindTable(BErr)) { in dumpSymbolsFromDLInfoMachO()1446 for (const llvm::object::MachOBindEntry &Entry : in dumpSymbolsFromDLInfoMachO()1506 for (const llvm::object::MachOBindEntry &Entry : in dumpSymbolsFromDLInfoMachO()
10405 for (const object::MachOBindEntry &Entry : Obj->bindTable(Err)) { in printMachOBindTable()10435 for (const object::MachOBindEntry &Entry : Obj->lazyBindTable(Err)) { in printMachOLazyBindTable()10460 for (const object::MachOBindEntry &Entry : Obj->weakBindTable(Err)) { in printMachOWeakBindTable()10493 for (const object::MachOBindEntry &Entry : info->O->bindTable(Err)) { in get_dyld_bind_info_symbolname()