Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DDriver.cpp262 bool isCommandLineLoad; member
280 bool isCommandLineLoad = loadType != LoadType::LCLinkerOption; in addFile() local
303 if (entry->second.isCommandLineLoad || !isCommandLineLoad) in addFile()
310 if ((isCommandLineLoad && config->allLoad) || in addFile()
335 } else if (isCommandLineLoad && config->forceLoadObjC) { in addFile()
359 loadedArchives[path] = ArchiveFileInfo{file, isCommandLineLoad}; in addFile()