|
clang
5.0.0
|
#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"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... | |
| struct | clang::CodeGenOptions::BitcodeFileToLink |
Namespaces | |
| clang | |
| /file This file defines classes for searching and anlyzing source code clones. | |
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) |
Definition at line 256 of file CodeGenOptions.h.
| #define CODEGENOPT | ( | Name, | |
| Bits, | |||
| Default | |||
| ) |
Definition at line 256 of file CodeGenOptions.h.
| #define CODEGENOPT | ( | Name, | |
| Bits, | |||
| Default | |||
| ) |
Definition at line 256 of file CodeGenOptions.h.
| #define ENUM_CODEGENOPT | ( | Name, | |
| Type, | |||
| Bits, | |||
| Default | |||
| ) |
Definition at line 257 of file CodeGenOptions.h.
Definition at line 257 of file CodeGenOptions.h.
| #define ENUM_CODEGENOPT | ( | Name, | |
| Type, | |||
| Bits, | |||
| Default | |||
| ) |
Definition at line 257 of file CodeGenOptions.h.
1.8.6