Lines Matching defs:addFile
261 // decided within addFile().
289 static InputFile *addFile(StringRef path, LoadType loadType,
307 // loadArchiveMember() call below may recursively call addFile() and
455 addFile(*path, loadType, /*isLazy=*/false, isExplicit,
484 addFile(*path, loadType, /*isLazy=*/false, isExplicit, false);
498 // in addFile() to share caching with libraries, and frameworks
578 addFile(rerootPath(path), LoadType::CommandLine, isLazy);
1238 addFile(rerootPath(arg->getValue()), LoadType::CommandLine, isLazy);
1242 addFile(rerootPath(arg->getValue()), LoadType::CommandLine)))
1247 addFile(rerootPath(arg->getValue()), LoadType::CommandLine))) {
1254 addFile(rerootPath(arg->getValue()), LoadType::CommandLine)))
1261 addFile(rerootPath(arg->getValue()), LoadType::CommandLineForce);
1264 addFile(rerootPath(arg->getValue()), LoadType::CommandLine,
1321 in.objCImageInfo->addFile(file);
1735 addFile(arg->getValue(), LoadType::CommandLine, /*isLazy=*/false,
2113 initLLVM(); // must be run before any call to addFile()