| /freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/ |
| D | BackendUtil.cpp | 46 const CodeGenOptions &CodeGenOpts; 109 const CodeGenOptions &CGOpts, in EmitAssemblyHelper() 130 PassManagerBuilderWrapper(const CodeGenOptions &CGOpts, in PassManagerBuilderWrapper() 133 const CodeGenOptions &getCGOpts() const { return CGOpts; } in getCGOpts() 136 const CodeGenOptions &CGOpts; 161 const CodeGenOptions &CGOpts = BuilderWrapper.getCGOpts(); in addSampleProfileLoaderPass() 174 const CodeGenOptions &CGOpts = BuilderWrapper.getCGOpts(); in addAddressSanitizerPasses() 192 const CodeGenOptions &CGOpts = BuilderWrapper.getCGOpts(); in addMemorySanitizerPass() 213 const CodeGenOptions &CGOpts = BuilderWrapper.getCGOpts(); in addThreadSanitizerPass() 221 const CodeGenOptions &CGOpts = BuilderWrapper.getCGOpts(); in addDataFlowSanitizerPass() [all …]
|
| D | CodeGenTBAA.h | 29 class CodeGenOptions; variable 50 const CodeGenOptions &CodeGenOpts; 96 const CodeGenOptions &CGO,
|
| D | ModuleBuilder.cpp | 35 const CodeGenOptions CodeGenOpts; // Intentionally copied in. 41 const CodeGenOptions &CGO, llvm::LLVMContext& C) in CodeGeneratorImpl() 161 const CodeGenOptions &CGO, in CreateLLVMCodeGen()
|
| D | CodeGenABITypes.cpp | 28 const CodeGenOptions &CodeGenOpts, in CodeGenABITypes()
|
| D | CGDebugInfo.cpp | 1399 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in getOrCreateRecordType() 1408 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in getOrCreateInterfaceType() 1415 if (DebugKind > CodeGenOptions::LimitedDebugInfo || in completeType() 1432 if (DebugKind <= CodeGenOptions::DebugLineTablesOnly) in completeClassData() 1460 (DebugKind <= CodeGenOptions::LimitedDebugInfo && in CreateType() 2341 if (!D || DebugKind == CodeGenOptions::DebugLineTablesOnly) in getFunctionDeclaration() 2389 if (!D || DebugKind == CodeGenOptions::DebugLineTablesOnly) in getOrCreateFunctionType() 2495 DebugKind <= CodeGenOptions::DebugLineTablesOnly)) in EmitFunctionStart() 2498 if (DebugKind >= CodeGenOptions::LimitedDebugInfo) { in EmitFunctionStart() 2707 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in EmitDeclare() [all …]
|
| D | CodeGenModule.h | 69 class CodeGenOptions; variable 234 const CodeGenOptions &CodeGenOpts; 430 CodeGenModule(ASTContext &C, const CodeGenOptions &CodeGenOpts, 523 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; } in getCodeGenOpts()
|
| D | CodeGenAction.cpp | 40 const CodeGenOptions &CodeGenOpts; 54 const CodeGenOptions &compopts, in BackendConsumer()
|
| D | CodeGenTypes.h | 40 class CodeGenOptions; variable
|
| D | CodeGenModule.cpp | 72 CodeGenModule::CodeGenModule(ASTContext &C, const CodeGenOptions &CGO, in CodeGenModule() 124 if (CodeGenOpts.getDebugInfo() != CodeGenOptions::NoDebugInfo || in CodeGenModule() 386 CodeGenOptions::TLSModel M) { in GetLLVMTLSModel() 388 case CodeGenOptions::GeneralDynamicTLSModel: in GetLLVMTLSModel() 390 case CodeGenOptions::LocalDynamicTLSModel: in GetLLVMTLSModel() 392 case CodeGenOptions::InitialExecTLSModel: in GetLLVMTLSModel() 394 case CodeGenOptions::LocalExecTLSModel: in GetLLVMTLSModel() 1325 if (getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) { in CompleteDIClassType() 1910 if (getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) in EmitGlobalVarDefinition() 3005 if (getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) in EmitTopLevelDecl()
|
| D | CodeGenTBAA.cpp | 33 const CodeGenOptions &CGO, in CodeGenTBAA()
|
| D | CGDecl.cpp | 349 CGM.getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) { in EmitStaticVarDecl() 972 >= CodeGenOptions::LimitedDebugInfo) { in EmitAutoVarAlloca() 1633 >= CodeGenOptions::LimitedDebugInfo) { in EmitParmDecl() 1735 >= CodeGenOptions::LimitedDebugInfo) { in EmitParmDecl()
|
| D | CGDebugInfo.h | 53 const CodeGenOptions::DebugInfoKind DebugKind;
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Frontend/ |
| D | CompilerInvocation.h | 107 CodeGenOptions CodeGenOpts; 175 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; } in getCodeGenOpts() 176 const CodeGenOptions &getCodeGenOpts() const { in getCodeGenOpts()
|
| D | CodeGenOptions.h | 38 class CodeGenOptions : public CodeGenOptionsBase { 153 CodeGenOptions() { in CodeGenOptions() function
|
| D | CompilerInstance.h | 213 CodeGenOptions &getCodeGenOpts() { in getCodeGenOpts() 216 const CodeGenOptions &getCodeGenOpts() const { in getCodeGenOpts() 523 const CodeGenOptions *CodeGenOpts = 0);
|
| D | ASTConsumers.h | 22 class CodeGenOptions; variable
|
| D | CodeGenOptions.def | 1 //===--- CodeGenOptions.def - Code generation option database ------ C++ -*-===//
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/CodeGen/ |
| D | BackendUtil.h | 21 class CodeGenOptions; variable 34 void EmitBackendOutput(DiagnosticsEngine &Diags, const CodeGenOptions &CGOpts,
|
| D | ModuleBuilder.h | 28 class CodeGenOptions; variable 43 const CodeGenOptions &CGO,
|
| D | CodeGenABITypes.h | 39 class CodeGenOptions; variable 50 CodeGenABITypes(ASTContext &C, const CodeGenOptions &CodeGenOpts,
|
| /freebsd-10-stable/contrib/llvm/patches/ |
| D | patch-r265477-clang-r198655-standalone-debug.diff | 11 Note: I kept the LimitedDebugInfo name in CodeGenOptions::DebugInfoKind 25 (DebugKind <= CodeGenOptions::LimitedDebugInfo && 47 static bool ParseCodeGenArgs(CodeGenOptions &Opts, ArgList &Args, InputKind IK, 54 @@ -322,10 +323,16 @@ static bool ParseCodeGenArgs(CodeGenOptions &Opts, 55 Opts.setDebugInfo(CodeGenOptions::DebugLineTablesOnly); 66 + Opts.setDebugInfo(CodeGenOptions::FullDebugInfo); 68 Opts.setDebugInfo(CodeGenOptions::LimitedDebugInfo); 70 - Opts.setDebugInfo(CodeGenOptions::FullDebugInfo); 223 Index: tools/clang/include/clang/Frontend/CodeGenOptions.h 225 --- tools/clang/include/clang/Frontend/CodeGenOptions.h [all …]
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/ |
| D | CompilerInvocation.cpp | 297 static bool ParseCodeGenArgs(CodeGenOptions &Opts, ArgList &Args, InputKind IK, in ParseCodeGenArgs() 315 (Opts.OptimizationLevel > 1) ? CodeGenOptions::NormalInlining in ParseCodeGenArgs() 316 : CodeGenOptions::OnlyAlwaysInlining); in ParseCodeGenArgs() 320 CodeGenOptions::OnlyAlwaysInlining : Opts.getInlining()); in ParseCodeGenArgs() 323 Opts.setDebugInfo(CodeGenOptions::DebugLineTablesOnly); in ParseCodeGenArgs() 333 Opts.setDebugInfo(CodeGenOptions::FullDebugInfo); in ParseCodeGenArgs() 335 Opts.setDebugInfo(CodeGenOptions::LimitedDebugInfo); in ParseCodeGenArgs() 345 else if (Opts.getDebugInfo() != CodeGenOptions::NoDebugInfo) in ParseCodeGenArgs() 469 .Case("legacy", CodeGenOptions::Legacy) in ParseCodeGenArgs() 470 .Case("non-legacy", CodeGenOptions::NonLegacy) in ParseCodeGenArgs() [all …]
|
| D | CompilerInstance.cpp | 106 const CodeGenOptions *CodeGenOpts, in SetUpDiagnosticLog() 167 const CodeGenOptions *CodeGenOpts) { in createDiagnostics()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/ |
| D | ClangForward.h | 36 class CodeGenOptions; variable
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Rewrite/Frontend/ |
| D | FrontendActions.cpp | 161 CodeGenOptions::NoDebugInfo)); in CreateASTConsumer()
|