HomeSort by relevance Sort by last modified time
    Searched defs:CodeGenOptions (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Frontend/
CodeGenOptions.cpp 1 //===--- CodeGenOptions.cpp -----------------------------------------------===//
10 #include "clang/Frontend/CodeGenOptions.h"
15 CodeGenOptions::CodeGenOptions() {
18 #include "clang/Frontend/CodeGenOptions.def"
  /external/clang/include/clang/Frontend/
CodeGenOptions.h 1 //===--- CodeGenOptions.h ---------------------------------------*- C++ -*-===//
10 // This file defines the CodeGenOptions interface.
26 /// \brief Bitfields of CodeGenOptions, split out from CodeGenOptions to ensure
32 #include "clang/Frontend/CodeGenOptions.def"
37 #include "clang/Frontend/CodeGenOptions.def"
40 /// CodeGenOptions - Track various options which control how the code
42 class CodeGenOptions : public CodeGenOptionsBase {
227 #include "clang/Frontend/CodeGenOptions.def"
229 CodeGenOptions();
    [all...]

Completed in 99 milliseconds