Home
last modified time | relevance | path

Searched defs:ReExportedDylib (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DFile.h377 struct ReExportedDylib { struct
378 ReExportedDylib(StringRef p) : path(p), file(nullptr) { } in ReExportedDylib() argument
379 ReExportedDylib(StringRef p, MachODylibFile *file) : path(p), file(file) { } in ReExportedDylib() argument
396 std::vector<ReExportedDylib> _reExportedDylibs; argument