Home | History | Annotate | Download | only in Frontend

Lines Matching defs:CodeGenOptions

1 //===--- CodeGenOptions.h ---------------------------------------*- C++ -*-===//
10 // This file defines the CodeGenOptions interface.
28 /// \brief Bitfields of CodeGenOptions, split out from CodeGenOptions to ensure
34 #include "clang/Frontend/CodeGenOptions.def"
39 #include "clang/Frontend/CodeGenOptions.def"
42 /// CodeGenOptions - Track various options which control how the code
44 class CodeGenOptions : public CodeGenOptionsBase {
148 /// our CodeGenOptions, much as we set attrs on functions that we generate
260 #include "clang/Frontend/CodeGenOptions.def"
262 CodeGenOptions();