Lines Matching full:windows
21 // Include the necessary headers to interface with the Windows registry and
27 #include <Windows.h>
34 Windows::Windows(const Driver &D, const llvm::Triple& Triple,
39 Tool *Windows::constructTool(Action::ActionClass AC) const {
64 bool Windows::IsIntegratedAssemblerDefault() const {
68 bool Windows::IsUnwindTablesDefault() const {
72 bool Windows::isPICDefault() const {
76 bool Windows::isPICDefaultForced() const {
194 /// \brief Get Windows SDK installation directory.
197 // Try the Windows registry.
199 "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Microsoft SDKs\\Windows\\$VERSION",
225 // Then try the windows registry.
288 void Windows::AddClangSystemIncludeArgs(const ArgList &DriverArgs,
322 // When built with access to the proper Windows APIs, try to actually find
346 void Windows::AddClangCXXStdlibIncludeArgs(const ArgList &DriverArgs,
348 // FIXME: There should probably be logic here to find libc++ on Windows.