Searched refs:CodeGenOptions (Results 1 - 25 of 30) sorted by relevance

12

/external/clang/include/clang/CodeGen/
H A DBackendUtil.h21 class CodeGenOptions;
34 void EmitBackendOutput(DiagnosticsEngine &Diags, const CodeGenOptions &CGOpts,
H A DModuleBuilder.h28 class CodeGenOptions;
45 const CodeGenOptions &CGO,
H A DCodeGenABITypes.h39 class CodeGenOptions;
71 /// Default CodeGenOptions object used to initialize the
74 CodeGenOptions *CGO;
/external/clang/include/clang/Frontend/
H A DASTConsumers.h22 class CodeGenOptions;
H A DCompilerInvocation.h17 #include "clang/Frontend/CodeGenOptions.h"
109 CodeGenOptions CodeGenOpts;
177 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; }
178 const CodeGenOptions &getCodeGenOpts() const {
H A DCodeGenOptions.h1 //===--- CodeGenOptions.h ---------------------------------------*- C++ -*-===//
10 // This file defines the CodeGenOptions interface.
23 /// \brief Bitfields of CodeGenOptions, split out from CodeGenOptions to ensure
29 #include "clang/Frontend/CodeGenOptions.def"
34 #include "clang/Frontend/CodeGenOptions.def"
37 /// CodeGenOptions - Track various options which control how the code
39 class CodeGenOptions : public CodeGenOptionsBase { class in namespace:clang
184 #include "clang/Frontend/CodeGenOptions.def"
186 CodeGenOptions() { function in class:clang::CodeGenOptions
[all...]
H A DCompilerInstance.h228 CodeGenOptions &getCodeGenOpts() {
231 const CodeGenOptions &getCodeGenOpts() const {
565 const CodeGenOptions *CodeGenOpts = nullptr);
/external/clang/lib/CodeGen/
H A DBackendUtil.cpp14 #include "clang/Frontend/CodeGenOptions.h"
49 const CodeGenOptions &CodeGenOpts;
110 const CodeGenOptions &CGOpts,
136 PassManagerBuilderWrapper(const CodeGenOptions &CGOpts,
139 const CodeGenOptions &getCGOpts() const { return CGOpts; }
142 const CodeGenOptions &CGOpts;
167 const CodeGenOptions &CGOpts = BuilderWrapper.getCGOpts();
191 const CodeGenOptions &CGOpts = BuilderWrapper.getCGOpts();
216 const CodeGenOptions &CGOpts = BuilderWrapper.getCGOpts();
222 CodeGenOptions
[all...]
H A DCodeGenTBAA.h29 class CodeGenOptions;
50 const CodeGenOptions &CodeGenOpts;
96 const CodeGenOptions &CGO,
H A DModuleBuilder.cpp22 #include "clang/Frontend/CodeGenOptions.h"
35 const CodeGenOptions CodeGenOpts; // Intentionally copied in.
42 const CodeGenOptions &CGO, llvm::LLVMContext& C)
190 const CodeGenOptions &CGO,
H A DCodeGenABITypes.cpp22 #include "clang/Frontend/CodeGenOptions.h"
30 : CGO(new CodeGenOptions),
H A DCGDebugInfo.cpp29 #include "clang/Frontend/CodeGenOptions.h"
378 DebugKind <= CodeGenOptions::DebugLineTablesOnly
381 DebugKind != CodeGenOptions::LocTrackingOnly);
1420 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo);
1429 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo);
1436 if (DebugKind <= CodeGenOptions::DebugLineTablesOnly)
1451 if (DebugKind > CodeGenOptions::LimitedDebugInfo ||
1457 if (DebugKind <= CodeGenOptions::DebugLineTablesOnly)
1471 if (DebugKind <= CodeGenOptions::DebugLineTablesOnly)
1495 static bool shouldOmitDefinition(CodeGenOptions
[all...]
H A DCGOpenMPRuntime.cpp73 if (CGM.getCodeGenOpts().getDebugInfo() == CodeGenOptions::NoDebugInfo ||
H A DCodeGenModule.h70 class CodeGenOptions;
274 const CodeGenOptions &CodeGenOpts;
480 CodeGenModule(ASTContext &C, const CodeGenOptions &CodeGenOpts,
585 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; }
H A DCodeGenTypes.h40 class CodeGenOptions;
H A DCodeGenAction.cpp44 const CodeGenOptions &CodeGenOpts;
58 const CodeGenOptions &compopts,
H A DCodeGenTBAA.cpp23 #include "clang/Frontend/CodeGenOptions.h"
33 const CodeGenOptions &CGO,
H A DCodeGenModule.cpp41 #include "clang/Frontend/CodeGenOptions.h"
75 CodeGenModule::CodeGenModule(ASTContext &C, const CodeGenOptions &CGO,
129 if (CodeGenOpts.getDebugInfo() != CodeGenOptions::NoDebugInfo ||
499 CodeGenOptions::TLSModel M) {
501 case CodeGenOptions::GeneralDynamicTLSModel:
503 case CodeGenOptions::LocalDynamicTLSModel:
505 case CodeGenOptions::InitialExecTLSModel:
507 case CodeGenOptions::LocalExecTLSModel:
1372 if (getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) {
1959 if (getCodeGenOpts().getDebugInfo() >= CodeGenOptions
[all...]
H A DCGDecl.cpp25 #include "clang/Frontend/CodeGenOptions.h"
353 CGM.getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) {
975 >= CodeGenOptions::LimitedDebugInfo) {
1637 >= CodeGenOptions::LimitedDebugInfo) {
1744 >= CodeGenOptions::LimitedDebugInfo) {
H A DCGDebugInfo.h21 #include "clang/Frontend/CodeGenOptions.h"
53 const CodeGenOptions::DebugInfoKind DebugKind;
H A DCGObjCGNU.cpp1396 case CodeGenOptions::Legacy:
1399 case CodeGenOptions::Mixed:
1400 case CodeGenOptions::NonLegacy:
/external/clang/lib/Frontend/
H A DCompilerInvocation.cpp329 static bool ParseCodeGenArgs(CodeGenOptions &Opts, ArgList &Args, InputKind IK,
347 (Opts.OptimizationLevel > 1) ? CodeGenOptions::NormalInlining
348 : CodeGenOptions::OnlyAlwaysInlining);
352 CodeGenOptions::OnlyAlwaysInlining : Opts.getInlining());
355 Opts.setDebugInfo(CodeGenOptions::DebugLineTablesOnly);
366 Opts.setDebugInfo(CodeGenOptions::FullDebugInfo);
368 Opts.setDebugInfo(CodeGenOptions::LimitedDebugInfo);
378 else if (Opts.getDebugInfo() != CodeGenOptions::NoDebugInfo)
502 .Case("legacy", CodeGenOptions::Legacy)
503 .Case("non-legacy", CodeGenOptions
[all...]
H A DCompilerInstance.cpp131 const CodeGenOptions *CodeGenOpts,
191 const CodeGenOptions *CodeGenOpts) {
/external/lldb/include/lldb/Core/
H A DClangForward.h36 class CodeGenOptions;
/external/clang/lib/Rewrite/Frontend/
H A DFrontendActions.cpp161 CodeGenOptions::NoDebugInfo));

Completed in 637 milliseconds

12