Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/MachO/
H A DInputFiles.cpp1924 for (const InterfaceFileRef &intfRef : interface.reexportedLibraries()) { in parseReexports() local
1925 InterfaceFile::const_target_range targets = intfRef.targets(); in parseReexports()
1926 if (is_contained(skipPlatformChecks, intfRef.getInstallName()) || in parseReexports()
1928 loadReexport(intfRef.getInstallName(), exportingFile, topLevel); in parseReexports()