Searched refs:MachODylibReader (Results 1 – 1 of 1) sorted by relevance
553 class MachODylibReader : public Reader { class555 MachODylibReader(MachOLinkingContext &ctx) : _ctx(ctx) {} in MachODylibReader() function in lld::mach_o::normalized::MachODylibReader605 add(std::unique_ptr<Reader>(new mach_o::normalized::MachODylibReader(ctx))); in addSupportMachOObjects()