HomeSort by relevance Sort by last modified time
    Searched refs:getCodeGenOpts (Results 1 - 25 of 29) sorted by null

1 2

  /external/clang/include/clang/Frontend/
CompilerInvocation.h 177 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; }
178 const CodeGenOptions &getCodeGenOpts() const {
CompilerInstance.h 228 CodeGenOptions &getCodeGenOpts() {
229 return Invocation->getCodeGenOpts();
231 const CodeGenOptions &getCodeGenOpts() const {
232 return Invocation->getCodeGenOpts();
  /external/clang/lib/CodeGen/
CGCXX.cpp 34 if (!getCodeGenOpts().CXXCtorDtorAliases)
39 if (getCodeGenOpts().OptimizationLevel == 0)
115 if (!getCodeGenOpts().CXXCtorDtorAliases)
CodeGenPGO.cpp 45 PrefixedFuncName.reset(new std::string(CGM.getCodeGenOpts().MainFileName));
73 if (CGM.getCodeGenOpts().DisableRedZone)
175 if (!CGM.getCodeGenOpts().ProfileInstrGenerate)
193 if (CGM.getCodeGenOpts().DisableRedZone)
799 if (CGM.getCodeGenOpts().DisableRedZone)
811 bool InstrumentRegions = CGM.getCodeGenOpts().ProfileInstrGenerate;
    [all...]
CodeGenFunction.cpp 281 if (CGM.getCodeGenOpts().EmitDeclMetadata)
296 if (!CGM.getCodeGenOpts().InstrumentFunctions)
459 if (CGM.getCodeGenOpts().EmitOpenCLArgMetadata)
545 if (!CGM.getCodeGenOpts().NoInline) {
608 if (CGM.getCodeGenOpts().InstrumentForProfiling)
713 if (HaveInsertPoint() && CGM.getCodeGenOpts().ProfileInstrGenerate) {
809 !CGM.getCodeGenOpts().CUDAIsDevice &&
850 else if (CGM.getCodeGenOpts().OptimizationLevel == 0)
    [all...]
CodeGenAction.cpp 604 const std::string &LinkBCFile = CI.getCodeGenOpts().LinkBitcodeFile;
626 BEConsumer = new BackendConsumer(BA, CI.getDiagnostics(), CI.getCodeGenOpts(),
683 EmitBackendOutput(CI.getDiagnostics(), CI.getCodeGenOpts(), TargetOpts,
CGDecl.cpp 353 CGM.getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) {
808 if (CGF.CGM.getCodeGenOpts().OptimizationLevel == 0)
868 if (CGM.getCodeGenOpts().MergeAllConstants && !NRVO && !isByRef &&
    [all...]
CGOpenMPRuntime.cpp 73 if (CGM.getCodeGenOpts().getDebugInfo() == CodeGenOptions::NoDebugInfo ||
CGDeclCXX.cpp 119 if (!CGF.CGM.getCodeGenOpts().OptimizationLevel)
221 if (CGM.getCodeGenOpts().ForbidGuardVariables)
CGDebugInfo.cpp 45 : CGM(CGM), DebugKind(CGM.getCodeGenOpts().getDebugInfo()),
292 if (!Force && !CGM.getCodeGenOpts().DebugColumnInfo)
304 if (!CGM.getCodeGenOpts().DebugCompilationDir.empty())
305 return CGM.getCodeGenOpts().DebugCompilationDir;
326 std::string MainFileName = CGM.getCodeGenOpts().MainFileName;
348 std::string SplitDwarfFile = CGM.getCodeGenOpts().SplitDwarfFile;
377 CGM.getCodeGenOpts().DwarfDebugFlags, RuntimeVers, SplitDwarfFilename,
    [all...]
CodeGenModule.cpp 337 if (getCodeGenOpts().ProfileInstrGenerate)
341 PGOStats.reportDiagnostics(getDiags(), getCodeGenOpts().MainFileName);
383 if (getCodeGenOpts().EmitDeclMetadata)
386 if (getCodeGenOpts().EmitGcovArcs || getCodeGenOpts().EmitGcovNotes)
    [all...]
CGExpr.cpp     [all...]
CGBlocks.cpp     [all...]
CGStmt.cpp     [all...]
CodeGenFunction.h     [all...]
CGObjC.cpp 119 CGM.getCodeGenOpts().OptimizationLevel != 0);
    [all...]
CGVTables.cpp 403 !CGM.getCodeGenOpts().OptimizationLevel)
CodeGenModule.h 585 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; }
    [all...]
CGCall.cpp     [all...]
CGExprScalar.cpp     [all...]
  /external/lldb/source/Expression/
ClangExpressionParser.cpp 319 m_compiler->getCodeGenOpts().EmitDeclMetadata = true;
320 m_compiler->getCodeGenOpts().InstrumentFunctions = false;
376 m_compiler->getCodeGenOpts(),
  /external/clang/lib/Rewrite/Frontend/
FrontendActions.cpp 160 (CI.getCodeGenOpts().getDebugInfo() !=
  /external/clang/lib/Tooling/
Tooling.cpp 102 Invocation->getCodeGenOpts().DisableFree = false;
  /external/clang/lib/Frontend/
CompilerInstance.cpp 184 ShouldOwnClient, &getCodeGenOpts());
    [all...]
CompilerInvocation.cpp     [all...]

Completed in 552 milliseconds

1 2