Lines Matching defs:addFile
260 // decided within addFile().
288 static InputFile *addFile(StringRef path, LoadType loadType,
306 // loadArchiveMember() call below may recursively call addFile() and
454 addFile(*path, loadType, /*isLazy=*/false, isExplicit,
483 addFile(*path, loadType, /*isLazy=*/false, isExplicit, false);
497 // in addFile() to share caching with libraries, and frameworks
577 addFile(rerootPath(path), LoadType::CommandLine, isLazy);
1220 addFile(rerootPath(arg->getValue()), LoadType::CommandLine, isLazy);
1224 addFile(rerootPath(arg->getValue()), LoadType::CommandLine)))
1229 addFile(rerootPath(arg->getValue()), LoadType::CommandLine))) {
1236 addFile(rerootPath(arg->getValue()), LoadType::CommandLine)))
1243 addFile(rerootPath(arg->getValue()), LoadType::CommandLineForce);
1246 addFile(rerootPath(arg->getValue()), LoadType::CommandLine,
1303 in.objCImageInfo->addFile(file);
1657 addFile(arg->getValue(), LoadType::CommandLine, /*isLazy=*/false,
1953 initLLVM(); // must be run before any call to addFile()