Lines Matching defs:isLazy
289 bool isLazy = false, bool isExplicit = true,
403 newFile = make<ObjFile>(mbref, getModTime(path), "", isLazy);
413 newFile = make<BitcodeFile>(mbref, "", 0, isLazy);
441 if (config->printEachFile && magic != file_magic::archive && !isLazy)
454 addFile(*path, loadType, /*isLazy=*/false, isExplicit,
483 addFile(*path, loadType, /*isLazy=*/false, isExplicit, false);
571 static void addFileList(StringRef path, bool isLazy) {
577 addFile(rerootPath(path), LoadType::CommandLine, isLazy);
1210 bool isLazy = false;
1220 addFile(rerootPath(arg->getValue()), LoadType::CommandLine, isLazy);
1240 addFileList(arg->getValue(), isLazy);
1247 /*isLazy=*/false, /*isExplicit=*/true, /*isBundleLoader=*/false,
1274 isLazy = true;
1280 isLazy = false;
1657 addFile(arg->getValue(), LoadType::CommandLine, /*isLazy=*/false,