Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp1577 const InterfaceFile *currentTopLevelTapi) { in findDylib() argument
1653 if (currentTopLevelTapi) { in findDylib()
1655 make_pointee_range(currentTopLevelTapi->documents())) { in findDylib()
1693 const InterfaceFile *currentTopLevelTapi) { in loadReexport() argument
1694 DylibFile *reexport = findDylib(path, umbrella, currentTopLevelTapi); in loadReexport()
1699 DylibFile *reexport2 = findDylib(path, this, currentTopLevelTapi); in loadReexport()
H A DInputFiles.h281 const llvm::MachO::InterfaceFile *currentTopLevelTapi);