Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DDriver.cpp268 bool isCommandLineLoad; member
286 bool isCommandLineLoad = loadType != LoadType::LCLinkerOption; in addFile() local
309 if (entry->second.isCommandLineLoad || !isCommandLineLoad) in addFile()
316 if ((isCommandLineLoad && config->allLoad) || in addFile()
341 } else if (isCommandLineLoad && config->forceLoadObjC) { in addFile()
365 loadedArchives[path] = ArchiveFileInfo{file, isCommandLineLoad}; in addFile()