Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DDriverUtils.cpp215 bool isBundleLoader, bool explicitlyLinked) { in loadDylib() argument
234 make<DylibFile>(**result, umbrella, isBundleLoader, explicitlyLinked); in loadDylib()
249 file = make<DylibFile>(mbref, umbrella, isBundleLoader, explicitlyLinked); in loadDylib()
H A DInputFiles.h226 bool isBundleLoader, bool explicitlyLinked);
228 DylibFile *umbrella, bool isBundleLoader,
262 bool isBundleLoader;
H A DDriver.h53 bool isBundleLoader = false,
H A DInputFiles.cpp1686 bool isBundleLoader, bool explicitlyLinked) in DylibFile() argument
1688 explicitlyLinked(explicitlyLinked), isBundleLoader(isBundleLoader) { in DylibFile()
1689 assert(!isBundleLoader || !umbrella); in DylibFile()
1703 } else if (!isBundleLoader) { in DylibFile()
1858 bool isBundleLoader, bool explicitlyLinked) in DylibFile() argument
1860 explicitlyLinked(explicitlyLinked), isBundleLoader(isBundleLoader) { in DylibFile()
1939 explicitlyLinked(false), isBundleLoader(false) {
H A DDriver.cpp275 bool isBundleLoader = false, in addFile() argument
386 if (!isBundleLoader) in addFile()
388 if (DylibFile *dylibFile = loadDylib(mbref, nullptr, isBundleLoader)) in addFile()
H A DWriter.cpp850 if (dylibFile->isBundleLoader) { in createLoadCommands()