Searched refs:isBundleLoader (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/lld/MachO/ |
| H A D | DriverUtils.cpp | 211 bool isBundleLoader, bool explicitlyLinked) { in loadDylib() argument 230 make<DylibFile>(**result, umbrella, isBundleLoader, explicitlyLinked); in loadDylib() 245 file = make<DylibFile>(mbref, umbrella, isBundleLoader, explicitlyLinked); in loadDylib()
|
| H A D | InputFiles.h | 219 bool isBundleLoader, bool explicitlyLinked); 221 DylibFile *umbrella, bool isBundleLoader, 255 bool isBundleLoader;
|
| H A D | Driver.h | 51 bool isBundleLoader = false,
|
| H A D | InputFiles.cpp | 1663 bool isBundleLoader, bool explicitlyLinked) in DylibFile() argument 1665 explicitlyLinked(explicitlyLinked), isBundleLoader(isBundleLoader) { in DylibFile() 1666 assert(!isBundleLoader || !umbrella); in DylibFile() 1680 } else if (!isBundleLoader) { in DylibFile() 1834 bool isBundleLoader, bool explicitlyLinked) in DylibFile() argument 1836 explicitlyLinked(explicitlyLinked), isBundleLoader(isBundleLoader) { in DylibFile() 1915 explicitlyLinked(false), isBundleLoader(false) {
|
| H A D | Driver.cpp | 270 bool isBundleLoader = false, in addFile() argument 381 if (!isBundleLoader) in addFile() 383 if (DylibFile *dylibFile = loadDylib(mbref, nullptr, isBundleLoader)) in addFile()
|
| H A D | Writer.cpp | 841 if (dylibFile->isBundleLoader) { in createLoadCommands()
|