| /minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/ |
| H A D | CompilerInvocation.h | 177 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; } in getCodeGenOpts() function 178 const CodeGenOptions &getCodeGenOpts() const { in getCodeGenOpts() function
|
| H A D | CompilerInstance.h | 232 CodeGenOptions &getCodeGenOpts() { in getCodeGenOpts() function 233 return Invocation->getCodeGenOpts(); in getCodeGenOpts() 235 const CodeGenOptions &getCodeGenOpts() const { in getCodeGenOpts() function 236 return Invocation->getCodeGenOpts(); in getCodeGenOpts()
|
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGCXX.cpp | 34 if (!getCodeGenOpts().CXXCtorDtorAliases) in TryEmitBaseDestructorAsAlias() 39 if (getCodeGenOpts().OptimizationLevel == 0) in TryEmitBaseDestructorAsAlias() 116 if (!getCodeGenOpts().CXXCtorDtorAliases) in TryEmitDefinitionAsAlias()
|
| H A D | CodeGenPGO.cpp | 45 if (CGM.getCodeGenOpts().MainFileName.empty()) in setFuncName() 48 FuncName = FuncName.insert(0, CGM.getCodeGenOpts().MainFileName + ":"); in setFuncName() 52 if (CGM.getCodeGenOpts().ProfileInstrGenerate) in setFuncName() 671 bool InstrumentRegions = CGM.getCodeGenOpts().ProfileInstrGenerate; in assignRegionCounters() 681 if (CGM.getCodeGenOpts().CoverageMapping) in assignRegionCounters() 789 if (!CGM.getCodeGenOpts().ProfileInstrGenerate || !RegionCounterMap) in emitCounterIncrement()
|
| H A D | CodeGenFunction.cpp | 66 if (CGM.getCodeGenOpts().NoNaNsFPMath) { in CodeGenFunction() 69 if (CGM.getCodeGenOpts().NoSignedZeros) { in CodeGenFunction() 301 if (CGM.getCodeGenOpts().EmitDeclMetadata) in FinishFunction() 316 if (!CGM.getCodeGenOpts().InstrumentFunctions) in ShouldInstrumentFunction() 494 if (CGM.getCodeGenOpts().EmitOpenCLArgMetadata) in GenOpenCLArgMetadata() 595 if (!CGM.getCodeGenOpts().NoInline) { in StartFunction() 658 if (CGM.getCodeGenOpts().InstrumentForProfiling) in StartFunction() 771 if (HaveInsertPoint() && CGM.getCodeGenOpts().ProfileInstrGenerate) { in EmitBlockWithFallThrough() 869 !CGM.getCodeGenOpts().CUDAIsDevice && in GenerateCode() 912 } else if (CGM.getCodeGenOpts().OptimizationLevel == 0) in GenerateCode() [all …]
|
| H A D | CodeGenAction.cpp | 637 const std::string &LinkBCFile = CI.getCodeGenOpts().LinkBitcodeFile; in CreateASTConsumer() 658 if (CI.getCodeGenOpts().CoverageMapping) { in CreateASTConsumer() 664 BA, CI.getDiagnostics(), CI.getCodeGenOpts(), CI.getTargetOpts(), in CreateASTConsumer() 721 EmitBackendOutput(CI.getDiagnostics(), CI.getCodeGenOpts(), TargetOpts, in ExecuteAction()
|
| H A D | CGDecl.cpp | 387 CGM.getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) { in EmitStaticVarDecl() 840 if (CGF.CGM.getCodeGenOpts().OptimizationLevel == 0) in shouldUseLifetimeMarkers() 900 if (CGM.getCodeGenOpts().MergeAllConstants && !NRVO && !isByRef && in EmitAutoVarAlloca() 1006 if (CGM.getCodeGenOpts().getDebugInfo() in EmitAutoVarAlloca() 1656 if (CGM.getCodeGenOpts().OptimizationLevel == 0) { in EmitParmDecl() 1667 if (CGM.getCodeGenOpts().getDebugInfo() in EmitParmDecl() 1732 if (CGM.getCodeGenOpts().OptimizationLevel == 0) { in EmitParmDecl() 1777 if (CGM.getCodeGenOpts().getDebugInfo() in EmitParmDecl()
|
| H A D | CGDeclCXX.cpp | 120 if (!CGF.CGM.getCodeGenOpts().OptimizationLevel) in EmitDeclInvariant() 220 if (CGM.getCodeGenOpts().ForbidGuardVariables) in EmitCXXGuardedInit()
|
| H A D | CGDebugInfo.cpp | 45 : CGM(CGM), DebugKind(CGM.getCodeGenOpts().getDebugInfo()), in CGDebugInfo() 283 if (!Force && !CGM.getCodeGenOpts().DebugColumnInfo) in getColumnNumber() 295 if (!CGM.getCodeGenOpts().DebugCompilationDir.empty()) in getCurrentDirname() 296 return CGM.getCodeGenOpts().DebugCompilationDir; in getCurrentDirname() 317 std::string MainFileName = CGM.getCodeGenOpts().MainFileName; in CreateCompileUnit() 339 std::string SplitDwarfFile = CGM.getCodeGenOpts().SplitDwarfFile; in CreateCompileUnit() 368 CGM.getCodeGenOpts().DwarfDebugFlags, RuntimeVers, SplitDwarfFilename, in CreateCompileUnit() 2316 (!CGM.getCodeGenOpts().EmitGcovArcs && in collectFunctionDeclProps() 2317 !CGM.getCodeGenOpts().EmitGcovNotes && in collectFunctionDeclProps() 3284 if (CGM.getCodeGenOpts().getDebugInfo() < CodeGenOptions::LimitedDebugInfo) in EmitUsingDirective() [all …]
|
| H A D | CodeGenModule.cpp | 350 PGOStats.reportDiagnostics(getDiags(), getCodeGenOpts().MainFileName); in Release() 407 if (getCodeGenOpts().EmitDeclMetadata) in Release() 410 if (getCodeGenOpts().EmitGcovArcs || getCodeGenOpts().EmitGcovNotes) in Release() 1479 if (getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) { in CompleteDIClassType() 2083 if (getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) in EmitGlobalVarDefinition() 3250 if (getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) in EmitTopLevelDecl() 3522 if (!getCodeGenOpts().CoverageFile.empty()) { in EmitCoverageFile() 3527 llvm::MDString::get(Ctx, getCodeGenOpts().CoverageFile); in EmitCoverageFile()
|
| H A D | CGBlocks.cpp | 1173 if (CGM.getCodeGenOpts().OptimizationLevel == 0) { in GenerateBlockFunction() 1240 if (CGM.getCodeGenOpts().getDebugInfo() in GenerateBlockFunction() 1421 if (CGM.getCodeGenOpts().OptimizationLevel == 0) { in GenerateCopyHelperFunction() 1671 if (CGF.CGM.getCodeGenOpts().OptimizationLevel == 0) { in emitCopy()
|
| H A D | CGStmt.cpp | 1234 if (!CGM.getCodeGenOpts().ProfileInstrGenerate && in EmitCaseStmt() 1235 CGM.getCodeGenOpts().OptimizationLevel > 0 && in EmitCaseStmt() 1282 if (CGM.getCodeGenOpts().ProfileInstrGenerate) { in EmitCaseStmt()
|
| H A D | CGExpr.cpp | 1086 CGM.getCodeGenOpts().StrictEnums)) in getRangeForLoadFromType() 1185 } else if (CGM.getCodeGenOpts().OptimizationLevel > 0) in EmitLoadOfScalar() 2278 CGM.getCodeGenOpts().SanitizeRecover.has(Checked[i].second) in EmitCheck() 2301 if (CGM.getCodeGenOpts().SanitizeUndefinedTrapOnError) { in EmitCheck() 2374 if (!CGM.getCodeGenOpts().OptimizationLevel || !TrapBB) { in EmitTrapCheck() 2677 bool TBAAPath = CGM.getCodeGenOpts().StructPathTBAA; in EmitLValueForField()
|
| H A D | CGObjC.cpp | 115 CGM.getCodeGenOpts().OptimizationLevel != 0); in EmitObjCCollectionLiteral() 1966 } else if (CGM.getCodeGenOpts().OptimizationLevel == 0) { in EmitARCRetainAutoreleasedReturnValue() 2031 if (CGM.getCodeGenOpts().OptimizationLevel == 0) { in EmitARCDestroyStrong() 2196 CGM.getCodeGenOpts().OptimizationLevel == 0) { in EmitARCInitWeak()
|
| H A D | CodeGenFunction.h | 1070 return CGM.getCodeGenOpts().OptimizationLevel == 0; in shouldUseFusedARCCalls() 1154 CGM.getCodeGenOpts().ObjCAutoRefCountExceptions; in needsEHCleanup() 2415 return CGM.getCodeGenOpts().ObjCAutoRefCountExceptions in getARCCleanupKind()
|
| H A D | CGVTables.cpp | 470 !CGM.getCodeGenOpts().OptimizationLevel) in maybeEmitThunkForVTable()
|
| H A D | CodeGenModule.h | 602 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; } in getCodeGenOpts() function
|
| H A D | CGOpenMPRuntime.cpp | 140 if (CGM.getCodeGenOpts().getDebugInfo() == CodeGenOptions::NoDebugInfo || in EmitOpenMPUpdateLocation()
|
| H A D | CoverageMappingGen.cpp | 1062 if (CGM.getCodeGenOpts().DumpCoverageMapping) { in addFunctionMappingRecord()
|
| H A D | CGCall.cpp | 2596 if (CGF.CGM.getCodeGenOpts().OptimizationLevel != 0 && in emitWritebackArg() 2844 if (CGM.getCodeGenOpts().OptimizationLevel != 0 && in AddObjCARCExceptionMetadata() 2845 !CGM.getCodeGenOpts().ObjCAutoRefCountExceptions) in AddObjCARCExceptionMetadata()
|
| H A D | ItaniumCXXABI.cpp | 1870 if (CGM.getCodeGenOpts().CXAAtExit) in registerGlobalDtor() 3091 if (!CGM.getCodeGenOpts().CXXCtorDtorAliases) in getCodegenToUse()
|
| /minix3/external/bsd/llvm/dist/clang/unittests/CodeGen/ |
| H A D | BufferSourceTest.cpp | 65 compiler.getCodeGenOpts(), in TEST()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/ |
| H A D | FrontendActions.cpp | 158 (CI.getCodeGenOpts().getDebugInfo() != in CreateASTConsumer()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Tooling/ |
| H A D | Tooling.cpp | 102 Invocation->getCodeGenOpts().DisableFree = false; in newInvocation()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Frontend/ |
| H A D | CompilerInstance.cpp | 184 ShouldOwnClient, &getCodeGenOpts()); in createDiagnostics()
|