Searched defs:ReExportedDylib (Results 1 – 1 of 1) sorted by relevance
377 struct ReExportedDylib { struct378 ReExportedDylib(StringRef p) : path(p), file(nullptr) { } in ReExportedDylib() argument379 ReExportedDylib(StringRef p, MachODylibFile *file) : path(p), file(file) { } in ReExportedDylib() argument396 std::vector<ReExportedDylib> _reExportedDylibs; argument