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

1 2

  /external/clang/include/clang/Frontend/
CompilerInvocation.h 177 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; }
178 const CodeGenOptions &getCodeGenOpts() const {
CompilerInstance.h 244 CodeGenOptions &getCodeGenOpts() {
245 return Invocation->getCodeGenOpts();
247 const CodeGenOptions &getCodeGenOpts() const {
248 return Invocation->getCodeGenOpts();
  /external/clang/unittests/CodeGen/
BufferSourceTest.cpp 65 compiler.getCodeGenOpts(),
  /external/clang/lib/CodeGen/
CGCXX.cpp 34 if (!getCodeGenOpts().CXXCtorDtorAliases)
39 if (getCodeGenOpts().OptimizationLevel == 0)
116 if (!getCodeGenOpts().CXXCtorDtorAliases)
CodeGenFunction.cpp 67 if (CGM.getCodeGenOpts().NoNaNsFPMath) {
70 if (CGM.getCodeGenOpts().NoSignedZeros) {
73 if (CGM.getCodeGenOpts().ReciprocalMath) {
319 if (CGM.getCodeGenOpts().EmitDeclMetadata)
334 if (!CGM.getCodeGenOpts().InstrumentFunctions)
512 if (CGM.getCodeGenOpts().EmitOpenCLArgMetadata)
613 if (!CGM.getCodeGenOpts().NoInline) {
676 if (CGM.getCodeGenOpts().InstrumentForProfiling)
789 if (HaveInsertPoint() && CGM.getCodeGenOpts().ProfileInstrGenerate) {
    [all...]
CodeGenPGO.cpp 45 if (CGM.getCodeGenOpts().MainFileName.empty())
48 FuncName = FuncName.insert(0, CGM.getCodeGenOpts().MainFileName + ":");
52 if (CGM.getCodeGenOpts().ProfileInstrGenerate)
672 bool InstrumentRegions = CGM.getCodeGenOpts().ProfileInstrGenerate;
682 if (CGM.getCodeGenOpts().CoverageMapping)
789 if (!CGM.getCodeGenOpts().ProfileInstrGenerate || !RegionCounterMap)
CGDecl.cpp 391 CGM.getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) {
847 if (CGF.CGM.getCodeGenOpts().OptimizationLevel == 0)
    [all...]
CodeGenAction.cpp 635 const std::string &LinkBCFile = CI.getCodeGenOpts().LinkBitcodeFile;
656 if (CI.getCodeGenOpts().CoverageMapping) {
662 BA, CI.getDiagnostics(), CI.getCodeGenOpts(), CI.getTargetOpts(),
725 EmitBackendOutput(CI.getDiagnostics(), CI.getCodeGenOpts(), TargetOpts,
CGDebugInfo.cpp 45 : CGM(CGM), DebugKind(CGM.getCodeGenOpts().getDebugInfo()),
296 if (!Force && !CGM.getCodeGenOpts().DebugColumnInfo)
308 if (!CGM.getCodeGenOpts().DebugCompilationDir.empty())
309 return CGM.getCodeGenOpts().DebugCompilationDir;
330 std::string MainFileName = CGM.getCodeGenOpts().MainFileName;
352 std::string SplitDwarfFile = CGM.getCodeGenOpts().SplitDwarfFile;
381 CGM.getCodeGenOpts().DwarfDebugFlags, RuntimeVers, SplitDwarfFilename,
    [all...]
CGDeclCXX.cpp 120 if (!CGF.CGM.getCodeGenOpts().OptimizationLevel)
243 if (CGM.getCodeGenOpts().ForbidGuardVariables)
CodeGenModule.cpp 354 PGOStats.reportDiagnostics(getDiags(), getCodeGenOpts().MainFileName);
411 if (getCodeGenOpts().EmitDeclMetadata)
414 if (getCodeGenOpts().EmitGcovArcs || getCodeGenOpts().EmitGcovNotes)
    [all...]
CGExpr.cpp 309 if (CGF.CGM.getCodeGenOpts().MergeAllConstants &&
    [all...]
CGBlocks.cpp     [all...]
CGStmt.cpp     [all...]
CodeGenFunction.h     [all...]
CGObjC.cpp 115 CGM.getCodeGenOpts().OptimizationLevel != 0);
    [all...]
CGVTables.cpp 473 !CGM.getCodeGenOpts().OptimizationLevel)
    [all...]
CodeGenModule.h 603 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; }
    [all...]
CGAtomic.cpp     [all...]
CoverageMappingGen.cpp 918 if (CGM.getCodeGenOpts().DumpCoverageMapping) {
    [all...]
CGCall.cpp     [all...]
TargetInfo.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/Frontend/Rewrite/
FrontendActions.cpp 158 (CI.getCodeGenOpts().getDebugInfo() !=
  /external/clang/lib/Tooling/
Tooling.cpp 102 Invocation->getCodeGenOpts().DisableFree = false;

Completed in 545 milliseconds

1 2