Searched defs:CodeGenOptions (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Frontend/
H A DCodeGenOptions.h1 //===--- CodeGenOptions.h ---------------------------------------*- C++ -*-===//
10 // This file defines the CodeGenOptions interface.
22 /// \brief Bitfields of CodeGenOptions, split out from CodeGenOptions to ensure
28 #include "clang/Frontend/CodeGenOptions.def"
33 #include "clang/Frontend/CodeGenOptions.def"
36 /// CodeGenOptions - Track various options which control how the code
38 class CodeGenOptions : public CodeGenOptionsBase { class in namespace:clang
137 #include "clang/Frontend/CodeGenOptions.def"
139 CodeGenOptions() { function in class:clang::CodeGenOptions
[all...]

Completed in 83 milliseconds