Searched refs:MachOBindEntry (Results 1 – 4 of 4) sorted by relevance
211 class MachOBindEntry {215 MachOBindEntry(Error *Err, const MachOObjectFile *O,216 ArrayRef<uint8_t> Opcodes, bool is64Bit, MachOBindEntry::Kind);230 bool operator==(const MachOBindEntry &) const;260 using bind_iterator = content_iterator<MachOBindEntry>;412 MachOBindEntry::Kind);
3482 MachOBindEntry::MachOBindEntry(Error *E, const MachOObjectFile *O, in MachOBindEntry() function in MachOBindEntry3487 void MachOBindEntry::moveToFirst() { in moveToFirst()3492 void MachOBindEntry::moveToEnd() { in moveToEnd()3498 void MachOBindEntry::moveNext() { in moveNext()3967 StringRef MachOBindEntry::typeName() const { in typeName()3989 StringRef MachOBindEntry::segmentName() const { in segmentName()3995 StringRef MachOBindEntry::sectionName() const { in sectionName()4001 uint64_t MachOBindEntry::address() const { in address()4005 bool MachOBindEntry::operator==(const MachOBindEntry &Other) const { in operator ==()4145 MachOBindEntry::Kind::Lazy); in lazyBindTable()[all …]
1312 for (const llvm::object::MachOBindEntry &Entry : MachO.bindTable(BErr)) { in dumpSymbolsFromDLInfoMachO()1365 for (const llvm::object::MachOBindEntry &Entry : in dumpSymbolsFromDLInfoMachO()1425 for (const llvm::object::MachOBindEntry &Entry : in dumpSymbolsFromDLInfoMachO()
10366 for (const object::MachOBindEntry &Entry : Obj->bindTable(Err)) { in printMachOBindTable()10396 for (const object::MachOBindEntry &Entry : Obj->lazyBindTable(Err)) { in printMachOLazyBindTable()10421 for (const object::MachOBindEntry &Entry : Obj->weakBindTable(Err)) { in printMachOWeakBindTable()10454 for (const object::MachOBindEntry &Entry : info->O->bindTable(Err)) { in get_dyld_bind_info_symbolname()