Lines Matching defs:isLazy
290 bool isLazy = false, bool isExplicit = true,
404 newFile = make<ObjFile>(mbref, getModTime(path), "", isLazy);
414 newFile = make<BitcodeFile>(mbref, "", 0, isLazy);
442 if (config->printEachFile && magic != file_magic::archive && !isLazy)
455 addFile(*path, loadType, /*isLazy=*/false, isExplicit,
484 addFile(*path, loadType, /*isLazy=*/false, isExplicit, false);
572 static void addFileList(StringRef path, bool isLazy) {
578 addFile(rerootPath(path), LoadType::CommandLine, isLazy);
1228 bool isLazy = false;
1238 addFile(rerootPath(arg->getValue()), LoadType::CommandLine, isLazy);
1258 addFileList(arg->getValue(), isLazy);
1265 /*isLazy=*/false, /*isExplicit=*/true, /*isBundleLoader=*/false,
1292 isLazy = true;
1298 isLazy = false;
1735 addFile(arg->getValue(), LoadType::CommandLine, /*isLazy=*/false,