Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/MachO/
H A DInputFiles.cpp1555 const InterfaceFile *currentTopLevelTapi) { in findDylib() argument
1615 if (currentTopLevelTapi) { in findDylib()
1617 make_pointee_range(currentTopLevelTapi->documents())) { in findDylib()
1655 const InterfaceFile *currentTopLevelTapi) { in loadReexport() argument
1656 DylibFile *reexport = findDylib(path, umbrella, currentTopLevelTapi); in loadReexport()
H A DInputFiles.h273 const llvm::MachO::InterfaceFile *currentTopLevelTapi);