Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DDriver.cpp285 static InputFile *addFile(StringRef path, LoadType loadType, in addFile() argument
298 bool isCommandLineLoad = loadType != LoadType::LCLinkerOption; in addFile()
326 bool isLCLinkerForceLoad = loadType == LoadType::LCLinkerOption && in addFile()
330 loadType == LoadType::CommandLineForce || isLCLinkerForceLoad) { in addFile()
335 switch (loadType) { in addFile()
447 LoadType loadType) { in addLibrary() argument
450 addFile(*path, loadType, /*isLazy=*/false, isExplicit, in addLibrary()
463 if (loadType == LoadType::LCLinkerOption) { in addLibrary()
473 bool isReexport, bool isExplicit, LoadType loadType) { in addFramework() argument
479 addFile(*path, loadType, /*isLazy=*/false, isExplicit, false); in addFramework()
[all …]