Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DDriver.cpp273 static InputFile *addFile(StringRef path, LoadType loadType, in addFile() argument
286 bool isCommandLineLoad = loadType != LoadType::LCLinkerOption; in addFile()
313 bool isLCLinkerForceLoad = loadType == LoadType::LCLinkerOption && in addFile()
317 loadType == LoadType::CommandLineForce || isLCLinkerForceLoad) { in addFile()
322 switch (loadType) { in addFile()
418 LoadType loadType) { in addLibrary() argument
421 addFile(*path, loadType, /*isLazy=*/false, isExplicit, in addLibrary()
434 if (loadType == LoadType::LCLinkerOption) { in addLibrary()
444 bool isReexport, bool isExplicit, LoadType loadType) { in addFramework() argument
450 addFile(*path, loadType, /*isLazy=*/false, isExplicit, false); in addFramework()
[all …]