#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) 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) |
|
◆ CODEGENOPT [1/3]
#define CODEGENOPT |
( |
|
Name, |
|
|
|
Bits, |
|
|
|
Default |
|
) |
| unsigned Name : Bits; |
◆ CODEGENOPT [2/3]
#define CODEGENOPT |
( |
|
Name, |
|
|
|
Bits, |
|
|
|
Default |
|
) |
| |
◆ CODEGENOPT [3/3]
#define CODEGENOPT |
( |
|
Name, |
|
|
|
Bits, |
|
|
|
Default |
|
) |
| |
◆ ENUM_CODEGENOPT [1/3]
#define ENUM_CODEGENOPT |
( |
|
Name, |
|
|
|
Type, |
|
|
|
Bits, |
|
|
|
Default |
|
) |
| |
◆ ENUM_CODEGENOPT [2/3]
#define ENUM_CODEGENOPT |
( |
|
Name, |
|
|
|
Type, |
|
|
|
Bits, |
|
|
|
Default |
|
) |
| unsigned Name : Bits; |
◆ ENUM_CODEGENOPT [3/3]
#define ENUM_CODEGENOPT |
( |
|
Name, |
|
|
|
Type, |
|
|
|
Bits, |
|
|
|
Default |
|
) |
| |