Home
last modified time | relevance | path

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

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DFile.h323 typedef std::function<MachODylibFile *(StringRef)> FindDylib; typedef
325 void loadReExportedDylibs(FindDylib find) { in loadReExportedDylibs()