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.cpp288 static InputFile *addFile(StringRef path, LoadType loadType, in addFile() argument
301 bool isCommandLineLoad = loadType != LoadType::LCLinkerOption; in addFile()
331 bool isLCLinkerForceLoad = loadType == LoadType::LCLinkerOption && in addFile()
335 loadType == LoadType::CommandLineForce || isLCLinkerForceLoad) { in addFile()
340 switch (loadType) { in addFile()
451 LoadType loadType) { in addLibrary() argument
454 addFile(*path, loadType, /*isLazy=*/false, isExplicit, in addLibrary()
467 if (loadType == LoadType::LCLinkerOption) { in addLibrary()
477 bool isReexport, bool isExplicit, LoadType loadType) { in addFramework() argument
483 addFile(*path, loadType, /*isLazy=*/false, isExplicit, false); in addFramework()
[all …]