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 160 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; }
161 const CodeGenOptions &getCodeGenOpts() const {
CompilerInstance.h 196 CodeGenOptions &getCodeGenOpts() {
197 return Invocation->getCodeGenOpts();
199 const CodeGenOptions &getCodeGenOpts() const {
200 return Invocation->getCodeGenOpts();
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 334 const std::string &LinkBCFile = CI.getCodeGenOpts().LinkBitcodeFile;
356 CI.getCodeGenOpts(), CI.getTargetOpts(),
413 EmitBackendOutput(CI.getDiagnostics(), CI.getCodeGenOpts(),
CodeGenTypes.h 115 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; }
CodeGenFunction.cpp 212 if (CGM.getCodeGenOpts().EmitDeclMetadata)
219 if (!CGM.getCodeGenOpts().InstrumentFunctions)
293 if (CGM.getCodeGenOpts().EmitOpenCLArgMetadata)
346 if (!CGM.getCodeGenOpts().NoInline)
397 if (CGM.getCodeGenOpts().InstrumentForProfiling)
521 !CGM.getCodeGenOpts().CUDAIsDevice &&
    [all...]
CGDebugInfo.cpp 268 if (!CGM.getCodeGenOpts().DebugCompilationDir.empty())
269 return CGM.getCodeGenOpts().DebugCompilationDir;
285 std::string MainFileName = CGM.getCodeGenOpts().MainFileName;
331 LO.Optimize, CGM.getCodeGenOpts().DwarfDebugFlags, RuntimeVers);
569 if (CGM.getCodeGenOpts().DebugInfo != CodeGenOptions::LimitedDebugInfo)
    [all...]
CGCXX.cpp 34 if (!getCodeGenOpts().CXXCtorDtorAliases)
104 if (!getCodeGenOpts().CXXCtorDtorAliases)
CGDeclCXX.cpp 109 if (!CGF.CGM.getCodeGenOpts().OptimizationLevel)
206 if (CGM.getCodeGenOpts().ForbidGuardVariables)
CGVTables.cpp 55 if (CGM.getCodeGenOpts().OptimizationLevel && !CGM.getLangOpts().AppleKext)
124 if (!CGM.getCodeGenOpts().HiddenWeakVTables)
153 if (!CGM.getCodeGenOpts().HiddenWeakTemplateVTables)
478 if (!CGM.getCodeGenOpts().OptimizationLevel)
CGDecl.cpp 336 CGM.getCodeGenOpts().DebugInfo >= CodeGenOptions::LimitedDebugInfo) {
818 if (CGM.getCodeGenOpts().MergeAllConstants && !NRVO && !isByRef &&
    [all...]
CodeGenModule.cpp 178 if (getCodeGenOpts().EmitDeclMetadata)
181 if (getCodeGenOpts().EmitGcovArcs || getCodeGenOpts().EmitGcovNotes)
    [all...]
CodeGenModule.h 447 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; }
    [all...]
CodeGenTypes.cpp 35 CodeGenOpts(CGM.getCodeGenOpts()), CGM(CGM) {
CodeGenFunction.h     [all...]
CGRTTI.cpp 692 if (CGM.getCodeGenOpts().HiddenWeakVTables &&
    [all...]
CGRecordLayoutBuilder.cpp 286 if (Types.getCodeGenOpts().UseRegisterSizedBitfieldAccess) {
    [all...]
CGCall.cpp     [all...]
ItaniumCXXABI.cpp     [all...]
CGExpr.cpp     [all...]
CGClass.cpp     [all...]
CGExprCXX.cpp 177 if (DI && CGM.getCodeGenOpts().DebugInfo == CodeGenOptions::LimitedDebugInfo
    [all...]
CGStmt.cpp 902 if ((CGM.getCodeGenOpts().OptimizationLevel > 0) &&
    [all...]
CGObjC.cpp     [all...]
  /external/clang/lib/Frontend/
CompilerInstance.cpp 176 &getCodeGenOpts());
    [all...]
CompilerInvocation.cpp     [all...]

Completed in 309 milliseconds

1 2