| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 51 const CodeGenOptions &CodeGenOpts; 112 const CodeGenOptions &CGOpts, in EmitAssemblyHelper() 138 PassManagerBuilderWrapper(const CodeGenOptions &CGOpts, in PassManagerBuilderWrapper() 141 const CodeGenOptions &getCGOpts() const { return CGOpts; } in getCGOpts() 144 const CodeGenOptions &CGOpts; 169 const CodeGenOptions &CGOpts = BuilderWrapper.getCGOpts(); in addSampleProfileLoaderPass() 187 const CodeGenOptions &CGOpts = BuilderWrapper.getCGOpts(); in addSanitizerCoveragePass() 201 const CodeGenOptions &CGOpts = BuilderWrapper.getCGOpts(); in addMemorySanitizerPass() 231 const CodeGenOptions &CodeGenOpts) { in createTLI() 238 static void addSymbolRewriterPass(const CodeGenOptions &Opts, in addSymbolRewriterPass() [all …]
|
| H A D | CodeGenTBAA.h | 29 class CodeGenOptions; variable 50 const CodeGenOptions &CodeGenOpts; 96 const CodeGenOptions &CGO,
|
| H A D | ModuleBuilder.cpp | 35 const CodeGenOptions CodeGenOpts; // Intentionally copied in. 60 const CodeGenOptions &CGO, llvm::LLVMContext& C, in CodeGeneratorImpl() 240 const CodeGenOptions &CGO, in CreateLLVMCodeGen()
|
| H A D | CodeGenABITypes.cpp | 31 : CGO(new CodeGenOptions), in CodeGenABITypes()
|
| H A D | CGDebugInfo.cpp | 369 DebugKind <= CodeGenOptions::DebugLineTablesOnly in CreateCompileUnit() 372 DebugKind != CodeGenOptions::LocTrackingOnly); in CreateCompileUnit() 1420 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in getOrCreateRecordType() 1429 assert(DebugKind >= CodeGenOptions::LimitedDebugInfo); in getOrCreateInterfaceType() 1436 if (DebugKind <= CodeGenOptions::DebugLineTablesOnly) in completeType() 1450 if (DebugKind > CodeGenOptions::LimitedDebugInfo || in completeType() 1456 if (DebugKind <= CodeGenOptions::DebugLineTablesOnly) in completeRequiredType() 1470 if (DebugKind <= CodeGenOptions::DebugLineTablesOnly) in completeClassData() 1493 static bool shouldOmitDefinition(CodeGenOptions::DebugInfoKind DebugKind, in shouldOmitDefinition() 1496 if (DebugKind > CodeGenOptions::LimitedDebugInfo) in shouldOmitDefinition() [all …]
|
| H A D | CodeGenModule.h | 71 class CodeGenOptions; variable 281 const CodeGenOptions &CodeGenOpts; 490 CodeGenModule(ASTContext &C, const CodeGenOptions &CodeGenOpts, 602 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; } in getCodeGenOpts()
|
| H A D | CodeGenTypes.h | 40 class CodeGenOptions; variable
|
| H A D | CodeGenModule.cpp | 77 CodeGenModule::CodeGenModule(ASTContext &C, const CodeGenOptions &CGO, in CodeGenModule() 132 if (CodeGenOpts.getDebugInfo() != CodeGenOptions::NoDebugInfo || in CodeGenModule() 523 CodeGenOptions::TLSModel M) { in GetLLVMTLSModel() 525 case CodeGenOptions::GeneralDynamicTLSModel: in GetLLVMTLSModel() 527 case CodeGenOptions::LocalDynamicTLSModel: in GetLLVMTLSModel() 529 case CodeGenOptions::InitialExecTLSModel: in GetLLVMTLSModel() 531 case CodeGenOptions::LocalExecTLSModel: in GetLLVMTLSModel() 1479 if (getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) { in CompleteDIClassType() 2083 if (getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) in EmitGlobalVarDefinition() 3250 if (getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) in EmitTopLevelDecl()
|
| H A D | CodeGenTBAA.cpp | 33 const CodeGenOptions &CGO, in CodeGenTBAA()
|
| H A D | CodeGenAction.cpp | 46 const CodeGenOptions &CodeGenOpts; 60 const CodeGenOptions &compopts, in BackendConsumer()
|
| H A D | CGDecl.cpp | 387 CGM.getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) { in EmitStaticVarDecl() 1007 >= CodeGenOptions::LimitedDebugInfo) { in EmitAutoVarAlloca() 1668 >= CodeGenOptions::LimitedDebugInfo) { in EmitParmDecl() 1778 >= CodeGenOptions::LimitedDebugInfo) { in EmitParmDecl()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Frontend/ |
| H A D | CodeGenOptions.cpp | 15 CodeGenOptions::CodeGenOptions() { in CodeGenOptions() function in clang::CodeGenOptions
|
| H A D | CompilerInvocation.cpp | 345 static bool ParseCodeGenArgs(CodeGenOptions &Opts, ArgList &Args, InputKind IK, in ParseCodeGenArgs() 365 (Opts.OptimizationLevel > 1) ? CodeGenOptions::NormalInlining in ParseCodeGenArgs() 366 : CodeGenOptions::OnlyAlwaysInlining); in ParseCodeGenArgs() 370 CodeGenOptions::OnlyAlwaysInlining : Opts.getInlining()); in ParseCodeGenArgs() 373 Opts.setDebugInfo(CodeGenOptions::DebugLineTablesOnly); in ParseCodeGenArgs() 384 Opts.setDebugInfo(CodeGenOptions::FullDebugInfo); in ParseCodeGenArgs() 386 Opts.setDebugInfo(CodeGenOptions::LimitedDebugInfo); in ParseCodeGenArgs() 396 else if (Opts.getDebugInfo() != CodeGenOptions::NoDebugInfo) in ParseCodeGenArgs() 531 .Case("legacy", CodeGenOptions::Legacy) in ParseCodeGenArgs() 532 .Case("non-legacy", CodeGenOptions::NonLegacy) in ParseCodeGenArgs() [all …]
|
| H A D | CMakeLists.txt | 16 CodeGenOptions.cpp
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/CodeGen/ |
| H A D | BackendUtil.h | 21 class CodeGenOptions; variable 34 void EmitBackendOutput(DiagnosticsEngine &Diags, const CodeGenOptions &CGOpts,
|
| H A D | ModuleBuilder.h | 29 class CodeGenOptions; variable 46 const CodeGenOptions &CGO,
|
| H A D | CodeGenABITypes.h | 39 class CodeGenOptions; variable 76 CodeGenOptions *CGO;
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/ |
| H A D | CompilerInvocation.h | 109 CodeGenOptions CodeGenOpts; 177 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; } in getCodeGenOpts() 178 const CodeGenOptions &getCodeGenOpts() const { in getCodeGenOpts()
|
| H A D | CodeGenOptions.h | 41 class CodeGenOptions : public CodeGenOptionsBase { 195 CodeGenOptions();
|
| H A D | ASTConsumers.h | 23 class CodeGenOptions; variable
|
| H A D | CompilerInstance.h | 232 CodeGenOptions &getCodeGenOpts() { in getCodeGenOpts() 235 const CodeGenOptions &getCodeGenOpts() const { in getCodeGenOpts() 566 const CodeGenOptions *CodeGenOpts = nullptr);
|
| H A D | CodeGenOptions.def | 1 //===--- CodeGenOptions.def - Code generation option database ------ C++ -*-===//
|
| /minix3/external/bsd/llvm/lib/libclangFrontend/ |
| H A D | Makefile | 15 CodeGenOptions.cpp \
|
| /minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/ |
| H A D | FrontendActions.cpp | 159 CodeGenOptions::NoDebugInfo)); in CreateASTConsumer()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/ |
| H A D | module.modulemap | 99 exclude header "Frontend/CodeGenOptions.def"
|