clang  3.9.0
Classes | Namespaces | Macros
CodeGenOptions.h File Reference
#include "clang/Basic/DebugInfoOptions.h"
#include "clang/Basic/Sanitizers.h"
#include "llvm/Support/Regex.h"
#include "llvm/Target/TargetOptions.h"
#include <map>
#include <memory>
#include <string>
#include <vector>
#include "clang/Frontend/CodeGenOptions.def"
Include dependency graph for CodeGenOptions.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  clang::CodeGenOptionsBase
 Bitfields of CodeGenOptions, split out from CodeGenOptions to ensure that this large collection of bitfields is a trivial class type. More...
 
class  clang::CodeGenOptions
 CodeGenOptions - Track various options which control how the code is optimized and passed to the backend. More...
 

Namespaces

 clang
 Dataflow Directional Tag Classes.
 

Macros

#define CODEGENOPT(Name, Bits, Default)   unsigned Name : Bits;
 
#define ENUM_CODEGENOPT(Name, Type, Bits, Default)
 
#define CODEGENOPT(Name, Bits, Default)
 
#define ENUM_CODEGENOPT(Name, Type, Bits, Default)   unsigned Name : Bits;
 
#define CODEGENOPT(Name, Bits, Default)
 
#define ENUM_CODEGENOPT(Name, Type, Bits, Default)
 

Macro Definition Documentation

#define CODEGENOPT (   Name,
  Bits,
  Default 
)    unsigned Name : Bits;

Definition at line 215 of file CodeGenOptions.h.

#define CODEGENOPT (   Name,
  Bits,
  Default 
)

Definition at line 215 of file CodeGenOptions.h.

#define CODEGENOPT (   Name,
  Bits,
  Default 
)

Definition at line 215 of file CodeGenOptions.h.

#define ENUM_CODEGENOPT (   Name,
  Type,
  Bits,
  Default 
)

Definition at line 216 of file CodeGenOptions.h.

#define ENUM_CODEGENOPT (   Name,
  Type,
  Bits,
  Default 
)    unsigned Name : Bits;

Definition at line 216 of file CodeGenOptions.h.

#define ENUM_CODEGENOPT (   Name,
  Type,
  Bits,
  Default 
)
Value:
Type get##Name() const { return static_cast<Type>(Name); } \
void set##Name(Type Value) { Name = static_cast<unsigned>(Value); }
class LLVM_ALIGNAS(8) DependentTemplateSpecializationType const IdentifierInfo * Name
Represents a template specialization type whose template cannot be resolved, e.g. ...
Definition: Type.h:4549
The l-value was considered opaque, so the alignment was determined from a type.

Definition at line 216 of file CodeGenOptions.h.