Home
last modified time | relevance | path

Searched refs:_reExportedDylibs (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DFile.h312 _reExportedDylibs.emplace_back(dylibPath); in addReExportedDylib()
326 for (ReExportedDylib &entry : _reExportedDylibs) { in loadReExportedDylibs()
366 for (const ReExportedDylib &dylib : _reExportedDylibs) { in exports()
396 std::vector<ReExportedDylib> _reExportedDylibs; variable
445 for (auto& reexport : _reExportedDylibs) { in loadFromInterface()