Home | History | Annotate | Download | only in Frontend

Lines Matching refs:Sysroot

51   InitHeaderSearch(HeaderSearch &HS, bool verbose, StringRef sysroot)
52 : Headers(HS), Verbose(verbose), IncludeSysroot(sysroot),
53 HasSysroot(!(sysroot.empty() || sysroot == "/")) {
57 /// the sysroot if used.
61 /// without performing any sysroot remapping.
122 // Add the path with sysroot prepended, if desired and this is a system header
315 // <sysroot>/i686-w64-mingw32/include
320 // <sysroot>/x86_64-w64-mingw32/include
326 // <sysroot>/include
674 InitHeaderSearch Init(HS, HSOpts.Verbose, HSOpts.Sysroot);