reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
331 llvm::SmallString<1024> LibDir(Base); 376 Base = getDriver().SysRoot; 380 Base = llvm::sys::path::parent_path(TargetSubdir.get()); 382 Base = llvm::sys::path::parent_path( 385 Base = llvm::sys::path::parent_path(getDriver().getInstalledDir()); 387 Base += llvm::sys::path::get_separator(); 393 (Base + Arch + llvm::sys::path::get_separator() + "lib").str()); 394 getFilePaths().push_back(Base + "lib"); 396 getFilePaths().push_back(Base + Arch + "/sys-root/mingw/lib"); 534 Base + Arch + "/sys-root/mingw/include"); 538 Base + Arch + llvm::sys::path::get_separator() + "include"); 539 addSystemInclude(DriverArgs, CC1Args, Base + "include"); 552 addSystemInclude(DriverArgs, CC1Args, Base + Arch + Slash + "include" + 555 Base + "include" + Slash + "c++" + Slash + "v1"); 560 CppIncludeBases.emplace_back(Base); 562 CppIncludeBases.emplace_back(Base); 564 CppIncludeBases.emplace_back(Base);