Home
last modified time | relevance | path

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

12

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Frontend/
DCompilerInstance.h213 CodeGenOptions &getCodeGenOpts() { in getCodeGenOpts() function
214 return Invocation->getCodeGenOpts(); in getCodeGenOpts()
216 const CodeGenOptions &getCodeGenOpts() const { in getCodeGenOpts() function
217 return Invocation->getCodeGenOpts(); in getCodeGenOpts()
DCompilerInvocation.h175 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; } in getCodeGenOpts() function
176 const CodeGenOptions &getCodeGenOpts() const { in getCodeGenOpts() function
/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGCXX.cpp34 if (!getCodeGenOpts().CXXCtorDtorAliases) in TryEmitBaseDestructorAsAlias()
39 if (getCodeGenOpts().OptimizationLevel == 0) in TryEmitBaseDestructorAsAlias()
113 if (!getCodeGenOpts().CXXCtorDtorAliases) in TryEmitDefinitionAsAlias()
DCodeGenAction.cpp353 const std::string &LinkBCFile = CI.getCodeGenOpts().LinkBitcodeFile; in CreateASTConsumer()
375 CI.getCodeGenOpts(), CI.getTargetOpts(), in CreateASTConsumer()
432 EmitBackendOutput(CI.getDiagnostics(), CI.getCodeGenOpts(), in ExecuteAction()
DCodeGenFunction.cpp276 if (CGM.getCodeGenOpts().EmitDeclMetadata) in FinishFunction()
283 if (!CGM.getCodeGenOpts().InstrumentFunctions) in ShouldInstrumentFunction()
437 if (CGM.getCodeGenOpts().EmitOpenCLArgMetadata) in EmitOpenCLKernelMetadata()
509 if (!CGM.getCodeGenOpts().NoInline) in StartFunction()
573 if (CGM.getCodeGenOpts().InstrumentForProfiling) in StartFunction()
720 !CGM.getCodeGenOpts().CUDAIsDevice && in GenerateCode()
761 else if (CGM.getCodeGenOpts().OptimizationLevel == 0) in GenerateCode()
1419 if (CGM.getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) in EmitDeclRefExprDbgValue()
DCGDecl.cpp349 CGM.getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) { in EmitStaticVarDecl()
805 if (CGF.CGM.getCodeGenOpts().OptimizationLevel == 0) in shouldUseLifetimeMarkers()
865 if (CGM.getCodeGenOpts().MergeAllConstants && !NRVO && !isByRef && in EmitAutoVarAlloca()
971 if (CGM.getCodeGenOpts().getDebugInfo() in EmitAutoVarAlloca()
1621 if (CGM.getCodeGenOpts().OptimizationLevel == 0) { in EmitParmDecl()
1632 if (CGM.getCodeGenOpts().getDebugInfo() in EmitParmDecl()
1689 if (CGM.getCodeGenOpts().OptimizationLevel == 0) { in EmitParmDecl()
1734 if (CGM.getCodeGenOpts().getDebugInfo() in EmitParmDecl()
DCGDebugInfo.cpp45 : CGM(CGM), DebugKind(CGM.getCodeGenOpts().getDebugInfo()), in CGDebugInfo()
306 if (!Force && !CGM.getCodeGenOpts().DebugColumnInfo) in getColumnNumber()
318 if (!CGM.getCodeGenOpts().DebugCompilationDir.empty()) in getCurrentDirname()
319 return CGM.getCodeGenOpts().DebugCompilationDir; in getCurrentDirname()
333 std::string MainFileName = CGM.getCodeGenOpts().MainFileName; in CreateCompileUnit()
355 std::string SplitDwarfFile = CGM.getCodeGenOpts().SplitDwarfFile; in CreateCompileUnit()
384 CGM.getCodeGenOpts().DwarfDebugFlags, in CreateCompileUnit()
2493 (!CGM.getCodeGenOpts().EmitGcovArcs && in EmitFunctionStart()
2494 !CGM.getCodeGenOpts().EmitGcovNotes && in EmitFunctionStart()
3200 if (CGM.getCodeGenOpts().getDebugInfo() < CodeGenOptions::LimitedDebugInfo) in EmitUsingDirective()
[all …]
DCGDeclCXX.cpp118 if (!CGF.CGM.getCodeGenOpts().OptimizationLevel) in EmitDeclInvariant()
221 if (CGM.getCodeGenOpts().ForbidGuardVariables) in EmitCXXGuardedInit()
DCodeGenModule.cpp272 if (getCodeGenOpts().EmitDeclMetadata) in Release()
275 if (getCodeGenOpts().EmitGcovArcs || getCodeGenOpts().EmitGcovNotes) in Release()
1325 if (getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) { in CompleteDIClassType()
1910 if (getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) in EmitGlobalVarDefinition()
3005 if (getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) in EmitTopLevelDecl()
3161 if (!getCodeGenOpts().CoverageFile.empty()) { in EmitCoverageFile()
3166 llvm::MDString::get(Ctx, getCodeGenOpts().CoverageFile); in EmitCoverageFile()
DCGVTables.cpp64 if (!CGM.getCodeGenOpts().HiddenWeakVTables) in setThunkVisibility()
443 !CGM.getCodeGenOpts().OptimizationLevel) in maybeEmitThunkForVTable()
DCGExpr.cpp1048 CGM.getCodeGenOpts().StrictEnums)) in getRangeForLoadFromType()
1142 } else if (CGM.getCodeGenOpts().OptimizationLevel > 0) in EmitLoadOfScalar()
2133 if (CGM.getCodeGenOpts().SanitizeUndefinedTrapOnError) { in EmitCheck()
2176 CGM.getCodeGenOpts().SanitizeRecover); in EmitCheck()
2189 !CGM.getCodeGenOpts().SanitizeRecover; in EmitCheck()
2213 if (!CGM.getCodeGenOpts().OptimizationLevel || !TrapBB) { in EmitTrapCheck()
2507 bool TBAAPath = CGM.getCodeGenOpts().StructPathTBAA; in EmitLValueForField()
DCGBlocks.cpp1157 if (CGM.getCodeGenOpts().OptimizationLevel == 0) { in GenerateBlockFunction()
1222 if (CGM.getCodeGenOpts().getDebugInfo() in GenerateBlockFunction()
1402 if (CGM.getCodeGenOpts().OptimizationLevel == 0) { in GenerateCopyHelperFunction()
1654 if (CGF.CGM.getCodeGenOpts().OptimizationLevel == 0) { in emitCopy()
DCodeGenFunction.h965 return CGM.getCodeGenOpts().OptimizationLevel == 0; in shouldUseFusedARCCalls()
1045 CGM.getCodeGenOpts().ObjCAutoRefCountExceptions; in needsEHCleanup()
2190 return CGM.getCodeGenOpts().ObjCAutoRefCountExceptions in getARCCleanupKind()
DCGObjC.cpp119 CGM.getCodeGenOpts().OptimizationLevel != 0); in EmitObjCCollectionLiteral()
1958 } else if (CGM.getCodeGenOpts().OptimizationLevel == 0) { in EmitARCRetainAutoreleasedReturnValue()
2024 if (CGM.getCodeGenOpts().OptimizationLevel == 0) { in EmitARCDestroyStrong()
2189 CGM.getCodeGenOpts().OptimizationLevel == 0) { in EmitARCInitWeak()
DCGRTTI.cpp658 if (CGM.getCodeGenOpts().HiddenWeakVTables && in BuildTypeInfo()
DCodeGenModule.h523 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; } in getCodeGenOpts() function
DCGCall.cpp1979 if (CGF.CGM.getCodeGenOpts().OptimizationLevel != 0 && in emitWritebackArg()
2072 if (CGM.getCodeGenOpts().OptimizationLevel != 0 && in AddObjCARCExceptionMetadata()
2073 !CGM.getCodeGenOpts().ObjCAutoRefCountExceptions) in AddObjCARCExceptionMetadata()
DCGStmt.cpp980 if ((CGM.getCodeGenOpts().OptimizationLevel > 0) && in EmitCaseStmt()
DItaniumCXXABI.cpp1505 if (CGM.getCodeGenOpts().CXAAtExit) in registerGlobalDtor()
DCGBuiltin.cpp1294 if (!(CGM.getCodeGenOpts().UnsafeFPMath || in EmitBuiltinExpr()
1295 CGM.getCodeGenOpts().NoNaNsFPMath)) in EmitBuiltinExpr()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
DFrontendActions.cpp160 (CI.getCodeGenOpts().getDebugInfo() != in CreateASTConsumer()
/freebsd-9-stable/contrib/llvm/patches/
Dpatch-r265477-clang-r198655-standalone-debug.diff78 - Success = ParseCodeGenArgs(Res.getCodeGenOpts(), *Args, DashX, Diags)
81 + Success = ParseCodeGenArgs(Res.getCodeGenOpts(), *Args, DashX, Diags,
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Tooling/
DTooling.cpp101 Invocation->getCodeGenOpts().DisableFree = false; in newInvocation()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Frontend/
DCompilerInstance.cpp160 ShouldOwnClient, &getCodeGenOpts()); in createDiagnostics()
DCompilerInvocation.cpp1668 Success = ParseCodeGenArgs(Res.getCodeGenOpts(), *Args, DashX, Diags, in CreateFromArgs()

12