Searched refs:ReExportedDylib (Results 1 – 1 of 1) sorted by relevance
326 for (ReExportedDylib &entry : _reExportedDylibs) { in loadReExportedDylibs()366 for (const ReExportedDylib &dylib : _reExportedDylibs) { in exports()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