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,
263 bool isBundleLoader;
H A DDriverUtils.cpp241 bool isBundleLoader, bool explicitlyLinked) { in loadDylib() argument
276 make<DylibFile>(**result, umbrella, isBundleLoader, explicitlyLinked); in loadDylib()
291 file = make<DylibFile>(mbref, umbrella, isBundleLoader, explicitlyLinked); in loadDylib()
H A DDriver.h58 bool isBundleLoader = false,
H A DInputFiles.cpp1708 bool isBundleLoader, bool explicitlyLinked) in DylibFile() argument
1710 explicitlyLinked(explicitlyLinked), isBundleLoader(isBundleLoader) { in DylibFile()
1711 assert(!isBundleLoader || !umbrella); in DylibFile()
1725 } else if (!isBundleLoader) { in DylibFile()
1891 bool isBundleLoader, bool explicitlyLinked) in DylibFile() argument
1893 explicitlyLinked(explicitlyLinked), isBundleLoader(isBundleLoader) { in DylibFile()
1987 explicitlyLinked(false), isBundleLoader(false) {
H A DDriver.cpp287 bool isBundleLoader = false, in addFile() argument
415 if (!isBundleLoader) in addFile()
417 if (DylibFile *dylibFile = loadDylib(mbref, nullptr, isBundleLoader)) in addFile()
H A DWriter.cpp892 if (dylibFile->isBundleLoader) { in createLoadCommands()