HomeSort by: relevance | last modified time | path
    Searched defs:CodeGenOptions (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Basic/
CodeGenOptions.cpp 1 //===--- CodeGenOptions.cpp -----------------------------------------------===//
9 #include "clang/Basic/CodeGenOptions.h"
14 CodeGenOptions::CodeGenOptions() {
17 #include "clang/Basic/CodeGenOptions.def"
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
CodeGenOptions.h 1 //===--- CodeGenOptions.h ---------------------------------------*- C++ -*-===//
9 // This file defines the CodeGenOptions interface.
31 /// Bitfields of CodeGenOptions, split out from CodeGenOptions to ensure
39 #include "clang/Basic/CodeGenOptions.def"
44 #include "clang/Basic/CodeGenOptions.def"
47 /// CodeGenOptions - Track various options which control how the code
49 class CodeGenOptions : public CodeGenOptionsBase {
194 /// our CodeGenOptions, much as we set attrs on functions that we generate
409 #include "clang/Basic/CodeGenOptions.def
    [all...]

Completed in 37 milliseconds