Home
last modified time | relevance | path

Searched refs:getCodeGenOpts (Results 1 – 25 of 30) sorted by relevance

12

/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInvocation.h177 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; } in getCodeGenOpts() function
178 const CodeGenOptions &getCodeGenOpts() const { in getCodeGenOpts() function
H A DCompilerInstance.h232 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 DCGCXX.cpp34 if (!getCodeGenOpts().CXXCtorDtorAliases) in TryEmitBaseDestructorAsAlias()
39 if (getCodeGenOpts().OptimizationLevel == 0) in TryEmitBaseDestructorAsAlias()
116 if (!getCodeGenOpts().CXXCtorDtorAliases) in TryEmitDefinitionAsAlias()
H A DCodeGenPGO.cpp45 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 DCodeGenFunction.cpp66 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 DCodeGenAction.cpp637 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 DCGDecl.cpp387 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 DCGDeclCXX.cpp120 if (!CGF.CGM.getCodeGenOpts().OptimizationLevel) in EmitDeclInvariant()
220 if (CGM.getCodeGenOpts().ForbidGuardVariables) in EmitCXXGuardedInit()
H A DCGDebugInfo.cpp45 : 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 DCodeGenModule.cpp350 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 DCGBlocks.cpp1173 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 DCGStmt.cpp1234 if (!CGM.getCodeGenOpts().ProfileInstrGenerate && in EmitCaseStmt()
1235 CGM.getCodeGenOpts().OptimizationLevel > 0 && in EmitCaseStmt()
1282 if (CGM.getCodeGenOpts().ProfileInstrGenerate) { in EmitCaseStmt()
H A DCGExpr.cpp1086 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 DCGObjC.cpp115 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 DCodeGenFunction.h1070 return CGM.getCodeGenOpts().OptimizationLevel == 0; in shouldUseFusedARCCalls()
1154 CGM.getCodeGenOpts().ObjCAutoRefCountExceptions; in needsEHCleanup()
2415 return CGM.getCodeGenOpts().ObjCAutoRefCountExceptions in getARCCleanupKind()
H A DCGVTables.cpp470 !CGM.getCodeGenOpts().OptimizationLevel) in maybeEmitThunkForVTable()
H A DCodeGenModule.h602 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; } in getCodeGenOpts() function
H A DCGOpenMPRuntime.cpp140 if (CGM.getCodeGenOpts().getDebugInfo() == CodeGenOptions::NoDebugInfo || in EmitOpenMPUpdateLocation()
H A DCoverageMappingGen.cpp1062 if (CGM.getCodeGenOpts().DumpCoverageMapping) { in addFunctionMappingRecord()
H A DCGCall.cpp2596 if (CGF.CGM.getCodeGenOpts().OptimizationLevel != 0 && in emitWritebackArg()
2844 if (CGM.getCodeGenOpts().OptimizationLevel != 0 && in AddObjCARCExceptionMetadata()
2845 !CGM.getCodeGenOpts().ObjCAutoRefCountExceptions) in AddObjCARCExceptionMetadata()
H A DItaniumCXXABI.cpp1870 if (CGM.getCodeGenOpts().CXAAtExit) in registerGlobalDtor()
3091 if (!CGM.getCodeGenOpts().CXXCtorDtorAliases) in getCodegenToUse()
/minix3/external/bsd/llvm/dist/clang/unittests/CodeGen/
H A DBufferSourceTest.cpp65 compiler.getCodeGenOpts(), in TEST()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp158 (CI.getCodeGenOpts().getDebugInfo() != in CreateASTConsumer()
/minix3/external/bsd/llvm/dist/clang/lib/Tooling/
H A DTooling.cpp102 Invocation->getCodeGenOpts().DisableFree = false; in newInvocation()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp184 ShouldOwnClient, &getCodeGenOpts()); in createDiagnostics()

12