Home
last modified time | relevance | path

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

/external/llvm-project/lld/lib/Driver/
DDarwinLdDriver.cpp475 bool globalWholeArchive = false; in parse() local
478 globalWholeArchive = true; in parse()
1062 addFile(arg->getValue(), ctx, globalWholeArchive, false); in parse()
1082 addFile(resolvedPath.getValue(), ctx, globalWholeArchive, upward); in parse()
1096 addFile(resolvedPath.getValue(), ctx, globalWholeArchive, upward); in parse()
1099 if (auto ec = loadFileList(arg->getValue(), ctx, globalWholeArchive)) { in parse()