/external/clang/include/clang/CodeGen/ |
ModuleBuilder.h | 28 class CodeGenOptions; 41 const CodeGenOptions &CGO,
|
BackendUtil.h | 20 class CodeGenOptions; 33 void EmitBackendOutput(Diagnostic &Diags, const CodeGenOptions &CGOpts,
|
/external/clang/include/clang/Frontend/ |
ASTConsumers.h | 24 class CodeGenOptions;
|
CompilerInvocation.h | 17 #include "clang/Frontend/CodeGenOptions.h" 50 CodeGenOptions CodeGenOpts; 139 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; } 140 const CodeGenOptions &getCodeGenOpts() const {
|
CodeGenOptions.h | 1 //===--- CodeGenOptions.h ---------------------------------------*- C++ -*-===// 10 // This file defines the CodeGenOptions interface. 22 /// CodeGenOptions - Track various options which control how the code 24 class CodeGenOptions { 143 CodeGenOptions() {
|
CompilerInstance.h | 181 CodeGenOptions &getCodeGenOpts() { 184 const CodeGenOptions &getCodeGenOpts() const { 490 const CodeGenOptions *CodeGenOpts = 0);
|
/frameworks/compile/slang/ |
slang_backend.h | 40 class CodeGenOptions; 51 const clang::CodeGenOptions &mCodeGenOpts; 103 const clang::CodeGenOptions &CodeGenOpts,
|
slang.h | 45 class CodeGenOptions; 56 static clang::CodeGenOptions CodeGenOpts; 150 *createBackend(const clang::CodeGenOptions& CodeGenOpts,
|
slang_rs.h | 85 *createBackend(const clang::CodeGenOptions& CodeGenOpts,
|
slang_rs_backend.h | 75 const clang::CodeGenOptions &CodeGenOpts,
|
slang.cpp | 35 #include "clang/Frontend/CodeGenOptions.h" 111 clang::CodeGenOptions Slang::CodeGenOpts; 257 *Slang::createBackend(const clang::CodeGenOptions& CodeGenOpts,
|
slang_backend.cpp | 32 #include "clang/Frontend/CodeGenOptions.h" 196 const clang::CodeGenOptions &CodeGenOpts,
|
slang_rs.cpp | 217 *SlangRS::createBackend(const clang::CodeGenOptions& CodeGenOpts,
|
slang_rs_backend.cpp | 47 const clang::CodeGenOptions &CodeGenOpts,
|
/external/clang/lib/CodeGen/ |
ModuleBuilder.cpp | 16 #include "clang/Frontend/CodeGenOptions.h" 33 const CodeGenOptions CodeGenOpts; // Intentionally copied in. 39 const CodeGenOptions &CGO, llvm::LLVMContext& C) 117 const CodeGenOptions &CGO,
|
CodeGenTypes.h | 39 class CodeGenOptions; 65 const CodeGenOptions &CodeGenOpts; 106 const CodeGenOptions &Opts); 113 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; }
|
BackendUtil.cpp | 14 #include "clang/Frontend/CodeGenOptions.h" 41 const CodeGenOptions &CodeGenOpts; 86 const CodeGenOptions &CGOpts, const TargetOptions &TOpts, 116 CodeGenOptions::InliningMethod Inlining = CodeGenOpts.Inlining; 148 case CodeGenOptions::NoInlining: break; 149 case CodeGenOptions::NormalInlining: { 161 case CodeGenOptions::OnlyAlwaysInlining: 391 void clang::EmitBackendOutput(Diagnostic &Diags, const CodeGenOptions &CGOpts,
|
CodeGenModule.h | 64 class CodeGenOptions; 211 const CodeGenOptions &CodeGenOpts; 324 CodeGenModule(ASTContext &C, const CodeGenOptions &CodeGenOpts, 367 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; }
|
CodeGenAction.cpp | 35 const CodeGenOptions &CodeGenOpts; 49 const CodeGenOptions &compopts,
|
CodeGenTypes.cpp | 31 CGCXXABI &CXXABI, const CodeGenOptions &CGO)
|
CGObjCMac.cpp | 27 #include "clang/Frontend/CodeGenOptions.h" [all...] |
CGExpr.cpp | 23 #include "clang/Frontend/CodeGenOptions.h" [all...] |
CodeGenModule.cpp | 22 #include "clang/Frontend/CodeGenOptions.h" 59 CodeGenModule::CodeGenModule(ASTContext &C, const CodeGenOptions &CGO, [all...] |
/external/clang/lib/Frontend/ |
CompilerInvocation.cpp | 114 static void CodeGenOptsToArgs(const CodeGenOptions &Opts, 197 case CodeGenOptions::Legacy: 199 case CodeGenOptions::Mixed: 202 case CodeGenOptions::NonLegacy: [all...] |
CompilerInstance.cpp | 112 const CodeGenOptions *CodeGenOpts, 151 const CodeGenOptions *CodeGenOpts) {
|