#include "clang/Basic/CFProtectionOptions.h"
#include "clang/Basic/PointerAuthOptions.h"
#include "clang/Basic/Sanitizers.h"
#include "clang/Basic/XRayInstr.h"
#include "llvm/ADT/FloatingPointMode.h"
#include "llvm/Frontend/Debug/Options.h"
#include "llvm/Frontend/Driver/CodeGenOptions.h"
#include "llvm/Support/CodeGen.h"
#include "llvm/Support/Regex.h"
#include "llvm/Target/TargetOptions.h"
#include "llvm/Transforms/Instrumentation/AddressSanitizerOptions.h"
#include <map>
#include <memory>
#include <string>
#include <vector>
#include "clang/Basic/CodeGenOptions.def"
 
Go to the source code of this file.
 | 
| namespace   | llvm | 
|   | Diagnostic wrappers for TextAPI types for error reporting. 
  | 
| namespace   | clang | 
|   | The JSON file list parser is used to communicate input to InstallAPI. 
  | 
 | 
| #define  | CODEGENOPT(Name,  Bits,  Default,  Compatibility) | 
| #define  | ENUM_CODEGENOPT(Name,  Type,  Bits,  Default,  Compatibility) | 
| #define  | CODEGENOPT(Name,  Bits,  Default,  Compatibility) | 
| #define  | ENUM_CODEGENOPT(Name,  Type,  Bits,  Default,  Compatibility) | 
| #define  | CODEGENOPT(Name,  Bits,  Default,  Compatibility) | 
| #define  | ENUM_CODEGENOPT(Name,  Type,  Bits,  Default,  Compatibility) | 
◆ CODEGENOPT [1/3]
      
        
          | #define CODEGENOPT | 
          ( | 
           |           Name,  | 
        
        
           | 
           | 
           |           Bits,  | 
        
        
           | 
           | 
           |           Default,  | 
        
        
           | 
           | 
           |           Compatibility ) | 
        
      
 
 
◆ CODEGENOPT [2/3]
      
        
          | #define CODEGENOPT | 
          ( | 
           |           Name,  | 
        
        
           | 
           | 
           |           Bits,  | 
        
        
           | 
           | 
           |           Default,  | 
        
        
           | 
           | 
           |           Compatibility ) | 
        
      
 
 
◆ CODEGENOPT [3/3]
      
        
          | #define CODEGENOPT | 
          ( | 
           |           Name,  | 
        
        
           | 
           | 
           |           Bits,  | 
        
        
           | 
           | 
           |           Default,  | 
        
        
           | 
           | 
           |           Compatibility ) | 
        
      
 
 
◆ ENUM_CODEGENOPT [1/3]
      
        
          | #define ENUM_CODEGENOPT | 
          ( | 
           |           Name,  | 
        
        
           | 
           | 
           |           Type,  | 
        
        
           | 
           | 
           |           Bits,  | 
        
        
           | 
           | 
           |           Default,  | 
        
        
           | 
           | 
           |           Compatibility ) | 
        
      
 
 
◆ ENUM_CODEGENOPT [2/3]
      
        
          | #define ENUM_CODEGENOPT | 
          ( | 
           |           Name,  | 
        
        
           | 
           | 
           |           Type,  | 
        
        
           | 
           | 
           |           Bits,  | 
        
        
           | 
           | 
           |           Default,  | 
        
        
           | 
           | 
           |           Compatibility ) | 
        
      
 
 
◆ ENUM_CODEGENOPT [3/3]
      
        
          | #define ENUM_CODEGENOPT | 
          ( | 
           |           Name,  | 
        
        
           | 
           | 
           |           Type,  | 
        
        
           | 
           | 
           |           Bits,  | 
        
        
           | 
           | 
           |           Default,  | 
        
        
           | 
           | 
           |           Compatibility ) | 
        
      
 
Value:  Type get##Name() const { return static_cast<Type>(Name); }                   \
  void set##Name(Type 
Value) { Name = 
static_cast<unsigned>(
Value); }
 
 
Definition at line 76 of file CodeGenOptions.h.