Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DDriver.cpp267 static InputFile *addFile(StringRef path, LoadType loadType, in addFile() argument
280 bool isCommandLineLoad = loadType != LoadType::LCLinkerOption; in addFile()
307 bool isLCLinkerForceLoad = loadType == LoadType::LCLinkerOption && in addFile()
311 loadType == LoadType::CommandLineForce || isLCLinkerForceLoad) { in addFile()
316 switch (loadType) { in addFile()
411 LoadType loadType) { in addLibrary() argument
414 addFile(*path, loadType, /*isLazy=*/false, isExplicit, in addLibrary()
432 bool isReexport, bool isExplicit, LoadType loadType) { in addFramework() argument
438 addFile(*path, loadType, /*isLazy=*/false, isExplicit, false); in addFramework()