Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.h226 bool isBundleLoader, bool explicitlyLinked);
228 DylibFile *umbrella, bool isBundleLoader,
262 bool isBundleLoader;
H A DDriverUtils.cpp225 bool isBundleLoader, bool explicitlyLinked) { in loadDylib() argument
244 make<DylibFile>(**result, umbrella, isBundleLoader, explicitlyLinked); in loadDylib()
259 file = make<DylibFile>(mbref, umbrella, isBundleLoader, explicitlyLinked); in loadDylib()
H A DDriver.h53 bool isBundleLoader = false,
H A DInputFiles.cpp1687 bool isBundleLoader, bool explicitlyLinked) in DylibFile() argument
1689 explicitlyLinked(explicitlyLinked), isBundleLoader(isBundleLoader) { in DylibFile()
1690 assert(!isBundleLoader || !umbrella); in DylibFile()
1704 } else if (!isBundleLoader) { in DylibFile()
1862 bool isBundleLoader, bool explicitlyLinked) in DylibFile() argument
1864 explicitlyLinked(explicitlyLinked), isBundleLoader(isBundleLoader) { in DylibFile()
1949 explicitlyLinked(false), isBundleLoader(false) {
H A DDriver.cpp290 bool isBundleLoader = false, in addFile() argument
419 if (!isBundleLoader) in addFile()
421 if (DylibFile *dylibFile = loadDylib(mbref, nullptr, isBundleLoader)) in addFile()
H A DWriter.cpp866 if (dylibFile->isBundleLoader) { in createLoadCommands()