Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DInputFiles.h142 bool isBundleLoader = false);
145 bool isBundleLoader = false);
174 bool isBundleLoader; variable
H A DDriverUtils.cpp209 bool isBundleLoader) { in loadDylib() argument
224 file = make<DylibFile>(**result, umbrella, isBundleLoader); in loadDylib()
239 file = make<DylibFile>(mbref, umbrella, isBundleLoader); in loadDylib()
H A DInputFiles.cpp967 bool isBundleLoader) in DylibFile() argument
969 isBundleLoader(isBundleLoader) { in DylibFile()
970 assert(!isBundleLoader || !umbrella); in DylibFile()
985 } else if (!isBundleLoader) { in DylibFile()
1068 bool isBundleLoader) in DylibFile() argument
1070 isBundleLoader(isBundleLoader) { in DylibFile()
H A DDriver.h58 bool isBundleLoader = false);
H A DDriver.cpp273 bool isExplicit = true, bool isBundleLoader = false) { in addFile() argument
355 if (!isBundleLoader) in addFile()
357 if (DylibFile *dylibFile = loadDylib(mbref, nullptr, isBundleLoader)) in addFile()
H A DWriter.cpp754 if (dylibFile->isBundleLoader) { in createLoadCommands()