Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DDriverUtils.cpp209 bool isBundleLoader, bool explicitlyLinked) { in loadDylib() argument
228 make<DylibFile>(**result, umbrella, isBundleLoader, explicitlyLinked); in loadDylib()
243 file = make<DylibFile>(mbref, umbrella, isBundleLoader, explicitlyLinked); in loadDylib()
H A DInputFiles.h218 bool isBundleLoader, bool explicitlyLinked);
220 DylibFile *umbrella, bool isBundleLoader,
254 bool isBundleLoader;
H A DDriver.h52 bool isBundleLoader = false,
H A DInputFiles.cpp1751 bool isBundleLoader, bool explicitlyLinked) in DylibFile() argument
1753 explicitlyLinked(explicitlyLinked), isBundleLoader(isBundleLoader) { in DylibFile()
1754 assert(!isBundleLoader || !umbrella); in DylibFile()
1768 } else if (!isBundleLoader) { in DylibFile()
1892 bool isBundleLoader, bool explicitlyLinked) in DylibFile() argument
1894 explicitlyLinked(explicitlyLinked), isBundleLoader(isBundleLoader) { in DylibFile()
1972 explicitlyLinked(false), isBundleLoader(false) {
H A DDriver.cpp269 bool isBundleLoader = false, in addFile() argument
380 if (!isBundleLoader) in addFile()
382 if (DylibFile *dylibFile = loadDylib(mbref, nullptr, isBundleLoader)) in addFile()
H A DWriter.cpp798 if (dylibFile->isBundleLoader) { in createLoadCommands()