Lines Matching refs:gcc
28 /// Generic_GCC - A tool chain using the 'gcc' command to perform
29 /// all subcommands; this relies on gcc translating the majority of
33 /// \brief Struct to store and manipulate GCC versions.
35 /// We rely on assumptions about the form and structure of GCC version
72 /// \brief This is a class to find a viable GCC installation for Clang to
75 /// This class tries to find a GCC installation on the system, and report
107 /// \brief Check whether we detected a valid GCC install.
110 /// \brief Get the GCC triple for the detected install.
113 /// \brief Get the detected GCC installation path.
116 /// \brief Get the detected GCC parent lib path.
129 /// \brief Get the detected GCC version string.
132 /// \brief Print information about the detected GCC installation.
233 mutable std::unique_ptr<tools::gcc::Preprocessor> Preprocess;
234 mutable std::unique_ptr<tools::gcc::Compiler> Compile;
665 mutable std::unique_ptr<tools::gcc::Preprocessor> Preprocessor;
666 mutable std::unique_ptr<tools::gcc::Compiler> Compiler;