| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Frontend/ |
| D | CompilerInstance.h | 213 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()
|
| D | CompilerInvocation.h | 175 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; } in getCodeGenOpts() function 176 const CodeGenOptions &getCodeGenOpts() const { in getCodeGenOpts() function
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/ |
| D | CGCXX.cpp | 34 if (!getCodeGenOpts().CXXCtorDtorAliases) in TryEmitBaseDestructorAsAlias() 39 if (getCodeGenOpts().OptimizationLevel == 0) in TryEmitBaseDestructorAsAlias() 113 if (!getCodeGenOpts().CXXCtorDtorAliases) in TryEmitDefinitionAsAlias()
|
| D | CodeGenAction.cpp | 353 const std::string &LinkBCFile = CI.getCodeGenOpts().LinkBitcodeFile; in CreateASTConsumer() 375 CI.getCodeGenOpts(), CI.getTargetOpts(), in CreateASTConsumer() 432 EmitBackendOutput(CI.getDiagnostics(), CI.getCodeGenOpts(), in ExecuteAction()
|
| D | CodeGenFunction.cpp | 276 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()
|
| D | CGDecl.cpp | 349 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()
|
| D | CGDebugInfo.cpp | 45 : 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 …]
|
| D | CGDeclCXX.cpp | 118 if (!CGF.CGM.getCodeGenOpts().OptimizationLevel) in EmitDeclInvariant() 221 if (CGM.getCodeGenOpts().ForbidGuardVariables) in EmitCXXGuardedInit()
|
| D | CodeGenModule.cpp | 272 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()
|
| D | CGVTables.cpp | 64 if (!CGM.getCodeGenOpts().HiddenWeakVTables) in setThunkVisibility() 443 !CGM.getCodeGenOpts().OptimizationLevel) in maybeEmitThunkForVTable()
|
| D | CGExpr.cpp | 1048 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()
|
| D | CGBlocks.cpp | 1157 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()
|
| D | CodeGenFunction.h | 965 return CGM.getCodeGenOpts().OptimizationLevel == 0; in shouldUseFusedARCCalls() 1045 CGM.getCodeGenOpts().ObjCAutoRefCountExceptions; in needsEHCleanup() 2190 return CGM.getCodeGenOpts().ObjCAutoRefCountExceptions in getARCCleanupKind()
|
| D | CGObjC.cpp | 119 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()
|
| D | CGRTTI.cpp | 658 if (CGM.getCodeGenOpts().HiddenWeakVTables && in BuildTypeInfo()
|
| D | CodeGenModule.h | 523 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; } in getCodeGenOpts() function
|
| D | CGCall.cpp | 1979 if (CGF.CGM.getCodeGenOpts().OptimizationLevel != 0 && in emitWritebackArg() 2072 if (CGM.getCodeGenOpts().OptimizationLevel != 0 && in AddObjCARCExceptionMetadata() 2073 !CGM.getCodeGenOpts().ObjCAutoRefCountExceptions) in AddObjCARCExceptionMetadata()
|
| D | CGStmt.cpp | 980 if ((CGM.getCodeGenOpts().OptimizationLevel > 0) && in EmitCaseStmt()
|
| D | ItaniumCXXABI.cpp | 1505 if (CGM.getCodeGenOpts().CXAAtExit) in registerGlobalDtor()
|
| D | CGBuiltin.cpp | 1294 if (!(CGM.getCodeGenOpts().UnsafeFPMath || in EmitBuiltinExpr() 1295 CGM.getCodeGenOpts().NoNaNsFPMath)) in EmitBuiltinExpr()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Rewrite/Frontend/ |
| D | FrontendActions.cpp | 160 (CI.getCodeGenOpts().getDebugInfo() != in CreateASTConsumer()
|
| /freebsd-9-stable/contrib/llvm/patches/ |
| D | patch-r265477-clang-r198655-standalone-debug.diff | 78 - Success = ParseCodeGenArgs(Res.getCodeGenOpts(), *Args, DashX, Diags) 81 + Success = ParseCodeGenArgs(Res.getCodeGenOpts(), *Args, DashX, Diags,
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Tooling/ |
| D | Tooling.cpp | 101 Invocation->getCodeGenOpts().DisableFree = false; in newInvocation()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Frontend/ |
| D | CompilerInstance.cpp | 160 ShouldOwnClient, &getCodeGenOpts()); in createDiagnostics()
|
| D | CompilerInvocation.cpp | 1668 Success = ParseCodeGenArgs(Res.getCodeGenOpts(), *Args, DashX, Diags, in CreateFromArgs()
|