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

1 2

  /external/clang/include/clang/Frontend/
CompilerInvocation.h 175 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; }
176 const CodeGenOptions &getCodeGenOpts() const {
CompilerInstance.h 213 CodeGenOptions &getCodeGenOpts() {
214 return Invocation->getCodeGenOpts();
216 const CodeGenOptions &getCodeGenOpts() const {
217 return Invocation->getCodeGenOpts();
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 353 const std::string &LinkBCFile = CI.getCodeGenOpts().LinkBitcodeFile;
375 CI.getCodeGenOpts(), CI.getTargetOpts(),
432 EmitBackendOutput(CI.getDiagnostics(), CI.getCodeGenOpts(),
CodeGenTypes.h 119 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; }
CGCXX.cpp 34 if (!getCodeGenOpts().CXXCtorDtorAliases)
104 if (!getCodeGenOpts().CXXCtorDtorAliases)
CodeGenFunction.cpp 276 if (CGM.getCodeGenOpts().EmitDeclMetadata)
283 if (!CGM.getCodeGenOpts().InstrumentFunctions)
437 if (CGM.getCodeGenOpts().EmitOpenCLArgMetadata)
509 if (!CGM.getCodeGenOpts().NoInline)
557 if (CGM.getCodeGenOpts().InstrumentForProfiling)
693 !CGM.getCodeGenOpts().CUDAIsDevice &&
727 else if (CGM.getCodeGenOpts().OptimizationLevel == 0)
    [all...]
CGDecl.cpp 348 CGM.getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) {
803 if (CGF.CGM.getCodeGenOpts().OptimizationLevel == 0)
863 if (CGM.getCodeGenOpts().MergeAllConstants && !NRVO && !isByRef &&
    [all...]
CGDeclCXX.cpp 117 if (!CGF.CGM.getCodeGenOpts().OptimizationLevel)
218 if (CGM.getCodeGenOpts().ForbidGuardVariables)
CGDebugInfo.cpp 44 : CGM(CGM), DebugKind(CGM.getCodeGenOpts().getDebugInfo()),
317 if (!Force && !CGM.getCodeGenOpts().DebugColumnInfo)
329 if (!CGM.getCodeGenOpts().DebugCompilationDir.empty())
330 return CGM.getCodeGenOpts().DebugCompilationDir;
346 std::string MainFileName = CGM.getCodeGenOpts().MainFileName;
367 std::string SplitDwarfFile = CGM.getCodeGenOpts().SplitDwarfFile;
398 CGM.getCodeGenOpts().DwarfDebugFlags,
    [all...]
CGVTables.cpp 110 if (!CGM.getCodeGenOpts().HiddenWeakVTables)
479 if (!CGM.getCodeGenOpts().OptimizationLevel)
    [all...]
CodeGenModule.cpp 201 if (getCodeGenOpts().EmitDeclMetadata)
204 if (getCodeGenOpts().EmitGcovArcs || getCodeGenOpts().EmitGcovNotes)
    [all...]
CGExpr.cpp     [all...]
CGBlocks.cpp     [all...]
CodeGenTypes.cpp 35 CodeGenOpts(cgm.getCodeGenOpts()),
CodeGenFunction.h     [all...]
CGObjC.cpp 118 CGM.getCodeGenOpts().OptimizationLevel != 0);
    [all...]
CGRTTI.cpp 658 if (CGM.getCodeGenOpts().HiddenWeakVTables &&
    [all...]
CodeGenModule.h 507 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; }
    [all...]
CGCall.cpp     [all...]
CGStmt.cpp     [all...]
ItaniumCXXABI.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
FrontendActions.cpp 160 (CI.getCodeGenOpts().getDebugInfo() !=
  /external/clang/lib/Tooling/
Tooling.cpp 97 Invocation->getCodeGenOpts().DisableFree = false;
  /external/clang/lib/Frontend/
CompilerInstance.cpp 160 ShouldOwnClient, &getCodeGenOpts());
    [all...]
CompilerInvocation.cpp     [all...]

Completed in 389 milliseconds

1 2