Home | History | Annotate | Download | only in Driver

Lines Matching refs:LI

1335     for (llvm::sys::fs::directory_iterator LI(LibDir + LibSuffix, EC), LE;
1336 !EC && LI != LE; LI = LI.increment(EC)) {
1337 StringRef VersionText = llvm::sys::path::filename(LI->path());
1354 if (llvm::sys::fs::exists(LI->path() + MultiarchSuffix + "/crtbegin.o")) {
1358 !llvm::sys::fs::exists(LI->path() + "/crtbegin.o"))
1366 // using LI to ensure stable path separators across Windows and