Home
last modified time | relevance | path

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

12

/external/clang/include/clang/Frontend/
DCompilerInstance.h196 CodeGenOptions &getCodeGenOpts() { in getCodeGenOpts() function
197 return Invocation->getCodeGenOpts(); in getCodeGenOpts()
199 const CodeGenOptions &getCodeGenOpts() const { in getCodeGenOpts() function
200 return Invocation->getCodeGenOpts(); in getCodeGenOpts()
DCompilerInvocation.h160 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; } in getCodeGenOpts() function
161 const CodeGenOptions &getCodeGenOpts() const { in getCodeGenOpts() function
/external/clang/lib/CodeGen/
DCodeGenAction.cpp334 const std::string &LinkBCFile = CI.getCodeGenOpts().LinkBitcodeFile; in CreateASTConsumer()
356 CI.getCodeGenOpts(), CI.getTargetOpts(), in CreateASTConsumer()
413 EmitBackendOutput(CI.getDiagnostics(), CI.getCodeGenOpts(), in ExecuteAction()
DCodeGenFunction.cpp212 if (CGM.getCodeGenOpts().EmitDeclMetadata) in FinishFunction()
219 if (!CGM.getCodeGenOpts().InstrumentFunctions) in ShouldInstrumentFunction()
293 if (CGM.getCodeGenOpts().EmitOpenCLArgMetadata) in EmitOpenCLKernelMetadata()
346 if (!CGM.getCodeGenOpts().NoInline) in StartFunction()
397 if (CGM.getCodeGenOpts().InstrumentForProfiling) in StartFunction()
521 !CGM.getCodeGenOpts().CUDAIsDevice && in GenerateCode()
1159 if (CGM.getCodeGenOpts().DebugInfo >= CodeGenOptions::LimitedDebugInfo) in EmitDeclRefExprDbgValue()
DCGDebugInfo.cpp268 if (!CGM.getCodeGenOpts().DebugCompilationDir.empty()) in getCurrentDirname()
269 return CGM.getCodeGenOpts().DebugCompilationDir; in getCurrentDirname()
285 std::string MainFileName = CGM.getCodeGenOpts().MainFileName; in CreateCompileUnit()
331 LO.Optimize, CGM.getCodeGenOpts().DwarfDebugFlags, RuntimeVers); in CreateCompileUnit()
569 if (CGM.getCodeGenOpts().DebugInfo != CodeGenOptions::LimitedDebugInfo) in CreatePointeeType()
1201 assert(CGM.getCodeGenOpts().DebugInfo >= CodeGenOptions::LimitedDebugInfo); in getOrCreateRecordType()
1210 assert(CGM.getCodeGenOpts().DebugInfo >= CodeGenOptions::LimitedDebugInfo); in getOrCreateInterfaceType()
1860 if (CGM.getCodeGenOpts().DebugInfo == CodeGenOptions::LimitedDebugInfo) in CreateLimitedType()
2054 CGM.getCodeGenOpts().DebugInfo <= CodeGenOptions::DebugLineTablesOnly) in EmitFunctionStart()
2057 if (CGM.getCodeGenOpts().DebugInfo >= CodeGenOptions::LimitedDebugInfo) { in EmitFunctionStart()
[all …]
DCGVTables.cpp55 if (CGM.getCodeGenOpts().OptimizationLevel && !CGM.getLangOpts().AppleKext) in ShouldEmitVTableInThisTU()
124 if (!CGM.getCodeGenOpts().HiddenWeakVTables) in setThunkVisibility()
153 if (!CGM.getCodeGenOpts().HiddenWeakTemplateVTables) in setThunkVisibility()
478 if (!CGM.getCodeGenOpts().OptimizationLevel) in MaybeEmitThunkAvailableExternally()
DCGCXX.cpp34 if (!getCodeGenOpts().CXXCtorDtorAliases) in TryEmitBaseDestructorAsAlias()
104 if (!getCodeGenOpts().CXXCtorDtorAliases) in TryEmitDefinitionAsAlias()
DCGDeclCXX.cpp109 if (!CGF.CGM.getCodeGenOpts().OptimizationLevel) in EmitDeclInvariant()
206 if (CGM.getCodeGenOpts().ForbidGuardVariables) in EmitCXXGuardedInit()
DCodeGenTypes.h115 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; } in getCodeGenOpts() function
DCGDecl.cpp336 CGM.getCodeGenOpts().DebugInfo >= CodeGenOptions::LimitedDebugInfo) { in EmitStaticVarDecl()
818 if (CGM.getCodeGenOpts().MergeAllConstants && !NRVO && !isByRef && in EmitAutoVarAlloca()
917 if (CGM.getCodeGenOpts().DebugInfo >= CodeGenOptions::LimitedDebugInfo) { in EmitAutoVarAlloca()
1501 if (CGM.getCodeGenOpts().DebugInfo >= in EmitParmDecl()
1584 if (CGM.getCodeGenOpts().DebugInfo >= CodeGenOptions::LimitedDebugInfo) { in EmitParmDecl()
DCodeGenModule.cpp178 if (getCodeGenOpts().EmitDeclMetadata) in Release()
181 if (getCodeGenOpts().EmitGcovArcs || getCodeGenOpts().EmitGcovNotes) in Release()
1695 if (getCodeGenOpts().DebugInfo >= CodeGenOptions::LimitedDebugInfo) in EmitGlobalVarDefinition()
2733 if (!getCodeGenOpts().CoverageFile.empty()) { in EmitCoverageFile()
2738 llvm::MDString::get(Ctx, getCodeGenOpts().CoverageFile); in EmitCoverageFile()
DCodeGenTypes.cpp35 CodeGenOpts(CGM.getCodeGenOpts()), CGM(CGM) { in CodeGenTypes()
DCodeGenModule.h447 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; } in getCodeGenOpts() function
DCodeGenFunction.h1224 return CGM.getCodeGenOpts().OptimizationLevel == 0;
1298 CGM.getCodeGenOpts().ObjCAutoRefCountExceptions;
2310 return CGM.getCodeGenOpts().ObjCAutoRefCountExceptions
DCGRTTI.cpp692 if (CGM.getCodeGenOpts().HiddenWeakVTables && in BuildTypeInfo()
DCGRecordLayoutBuilder.cpp286 if (Types.getCodeGenOpts().UseRegisterSizedBitfieldAccess) { in MakeInfo()
DCGCall.cpp1799 if (CGM.getCodeGenOpts().OptimizationLevel != 0 && in AddObjCARCExceptionMetadata()
1800 !CGM.getCodeGenOpts().ObjCAutoRefCountExceptions) in AddObjCARCExceptionMetadata()
DCGExpr.cpp940 CGM.getCodeGenOpts().StrictEnums && in getRangeForLoadFromType()
1032 if (CGM.getCodeGenOpts().OptimizationLevel > 0) in EmitLoadOfScalar()
1929 const CodeGenOptions &GCO = CGM.getCodeGenOpts(); in EmitCheck()
DItaniumCXXABI.cpp1146 if (CGM.getCodeGenOpts().CXAAtExit) { in registerGlobalDtor()
DCGStmt.cpp902 if ((CGM.getCodeGenOpts().OptimizationLevel > 0) && in EmitCaseStmt()
DCGObjC.cpp1901 } else if (CGM.getCodeGenOpts().OptimizationLevel == 0) { in EmitARCRetainAutoreleasedReturnValue()
2107 CGM.getCodeGenOpts().OptimizationLevel == 0) { in EmitARCInitWeak()
DCGExprCXX.cpp177 if (DI && CGM.getCodeGenOpts().DebugInfo == CodeGenOptions::LimitedDebugInfo in EmitCXXMemberCallExpr()
DCGClass.cpp1241 CGM.getCodeGenOpts().DebugInfo == CodeGenOptions::LimitedDebugInfo) { in EmitCXXConstructorCall()
/external/clang/lib/Frontend/
DCompilerInstance.cpp176 &getCodeGenOpts()); in createDiagnostics()
DCompilerInvocation.cpp937 CodeGenOptsToArgs(getCodeGenOpts(), List); in toArgs()
2339 Success = ParseCodeGenArgs(Res.getCodeGenOpts(), *Args, DashX, Diags) in CreateFromArgs()

12