reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
10241 for (const auto &Command : Obj->load_commands()) { 10243 MachO::segment_command Seg = Obj->getSegmentLoadCommand(Command); 10249 MachO::segment_command_64 Seg = Obj->getSegment64LoadCommand(Command); 10257 for (const object::ExportEntry &Entry : Obj->exports(Err)) { 10302 Obj->getLibraryShortNameByIndex(Ordinal, DylibName); 10311 reportError(std::move(Err), Obj->getFileName());