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 174 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; }
175 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 336 const std::string &LinkBCFile = CI.getCodeGenOpts().LinkBitcodeFile;
358 CI.getCodeGenOpts(), CI.getTargetOpts(),
415 EmitBackendOutput(CI.getDiagnostics(), CI.getCodeGenOpts(),
CodeGenTypes.h 117 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; }
CodeGenFunction.cpp 239 if (CGM.getCodeGenOpts().EmitDeclMetadata)
246 if (!CGM.getCodeGenOpts().InstrumentFunctions)
323 if (CGM.getCodeGenOpts().EmitOpenCLArgMetadata)
392 if (!CGM.getCodeGenOpts().NoInline)
440 if (CGM.getCodeGenOpts().InstrumentForProfiling)
576 !CGM.getCodeGenOpts().CUDAIsDevice &&
610 else if (CGM.getCodeGenOpts().OptimizationLevel == 0)
    [all...]
CGDebugInfo.cpp 267 if (!Force && !CGM.getCodeGenOpts().DebugColumnInfo)
279 if (!CGM.getCodeGenOpts().DebugCompilationDir.empty())
280 return CGM.getCodeGenOpts().DebugCompilationDir;
296 std::string MainFileName = CGM.getCodeGenOpts().MainFileName;
317 std::string SplitDwarfFile = CGM.getCodeGenOpts().SplitDwarfFile;
347 CGM.getCodeGenOpts().DwarfDebugFlags,
616 if (CGM.getCodeGenOpts().getDebugInfo() != CodeGenOptions::LimitedDebugInfo)
    [all...]
CGCXX.cpp 34 if (!getCodeGenOpts().CXXCtorDtorAliases)
104 if (!getCodeGenOpts().CXXCtorDtorAliases)
CGDeclCXX.cpp 116 if (!CGF.CGM.getCodeGenOpts().OptimizationLevel)
216 if (CGM.getCodeGenOpts().ForbidGuardVariables)
CGDecl.cpp 337 CGM.getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) {
821 if (CGM.getCodeGenOpts().MergeAllConstants && !NRVO && !isByRef &&
    [all...]
CGVTables.cpp 103 if (!CGM.getCodeGenOpts().HiddenWeakVTables)
466 if (!CGM.getCodeGenOpts().OptimizationLevel)
    [all...]
CodeGenModule.cpp 196 if (getCodeGenOpts().EmitDeclMetadata)
199 if (getCodeGenOpts().EmitGcovArcs || getCodeGenOpts().EmitGcovNotes)
    [all...]
CGBlocks.cpp     [all...]
CodeGenTypes.cpp 36 CodeGenOpts(CGM.getCodeGenOpts()), CGM(CGM) {
CGExpr.cpp     [all...]
CodeGenFunction.h     [all...]
CGRTTI.cpp 704 if (CGM.getCodeGenOpts().HiddenWeakVTables &&
    [all...]
CodeGenModule.h 477 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; }
    [all...]
CGCall.cpp     [all...]
ItaniumCXXABI.cpp     [all...]
CGObjC.cpp     [all...]
CGStmt.cpp 936 if ((CGM.getCodeGenOpts().OptimizationLevel > 0) &
    [all...]
CGExprScalar.cpp     [all...]
CGClass.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
FrontendActions.cpp 162 (CI.getCodeGenOpts().getDebugInfo() !=
  /external/clang/lib/Frontend/
CompilerInstance.cpp 159 &getCodeGenOpts());
    [all...]

Completed in 319 milliseconds

1 2