Searched refs:isBundleLoader (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/lld/MachO/ |
| H A D | DriverUtils.cpp | 209 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 D | InputFiles.h | 218 bool isBundleLoader, bool explicitlyLinked); 220 DylibFile *umbrella, bool isBundleLoader, 254 bool isBundleLoader;
|
| H A D | Driver.h | 52 bool isBundleLoader = false,
|
| H A D | InputFiles.cpp | 1751 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 D | Driver.cpp | 269 bool isBundleLoader = false, in addFile() argument 380 if (!isBundleLoader) in addFile() 382 if (DylibFile *dylibFile = loadDylib(mbref, nullptr, isBundleLoader)) in addFile()
|
| H A D | Writer.cpp | 798 if (dylibFile->isBundleLoader) { in createLoadCommands()
|