Lines Matching refs:gcc
30 /// Generic_GCC - A tool chain using the 'gcc' command to perform
31 /// all subcommands; this relies on gcc translating the majority of
35 /// \brief Struct to store and manipulate GCC versions.
37 /// We rely on assumptions about the form and structure of GCC version
74 /// \brief This is a class to find a viable GCC installation for Clang to
77 /// This class tries to find a GCC installation on the system, and report
109 /// \brief Check whether we detected a valid GCC install.
112 /// \brief Get the GCC triple for the detected install.
115 /// \brief Get the detected GCC installation path.
118 /// \brief Get the detected GCC parent lib path.
131 /// \brief Get the detected GCC version string.
134 /// \brief Print information about the detected GCC installation.
251 mutable std::unique_ptr<tools::gcc::Preprocessor> Preprocess;
252 mutable std::unique_ptr<tools::gcc::Compiler> Compile;
693 mutable std::unique_ptr<tools::gcc::Preprocessor> Preprocessor;
694 mutable std::unique_ptr<tools::gcc::Compiler> Compiler;