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

  /external/clang/include/clang/Frontend/
CompilerInvocation.h 139 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; }
140 const CodeGenOptions &getCodeGenOpts() const {
CompilerInstance.h 181 CodeGenOptions &getCodeGenOpts() {
182 return Invocation->getCodeGenOpts();
184 const CodeGenOptions &getCodeGenOpts() const {
185 return Invocation->getCodeGenOpts();
  /external/clang/lib/CodeGen/
CodeGenTypes.h 113 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; }
CodeGenAction.cpp 299 CI.getCodeGenOpts(), CI.getTargetOpts(),
347 EmitBackendOutput(CI.getDiagnostics(), CI.getCodeGenOpts(),
CGCXX.cpp 34 if (!getCodeGenOpts().CXXCtorDtorAliases)
104 if (!getCodeGenOpts().CXXCtorDtorAliases)
CGDeclCXX.cpp 125 if (!CGM.getCodeGenOpts().CXAAtExit) {
161 if (CGM.getCodeGenOpts().ForbidGuardVariables)
CGVTables.cpp 55 if (CGM.getCodeGenOpts().OptimizationLevel && !CGM.getLangOptions().AppleKext)
126 if (!CGM.getCodeGenOpts().HiddenWeakVTables)
155 if (!CGM.getCodeGenOpts().HiddenWeakTemplateVTables)
475 if (!CGM.getCodeGenOpts().OptimizationLevel)
CodeGenFunction.cpp 203 if (CGM.getCodeGenOpts().EmitDeclMetadata)
210 if (!CGM.getCodeGenOpts().InstrumentFunctions)
314 if (CGM.getCodeGenOpts().InstrumentForProfiling)
416 !CGM.getCodeGenOpts().CUDAIsDevice &&
    [all...]
CodeGenModule.cpp 157 if (getCodeGenOpts().EmitDeclMetadata)
160 if (getCodeGenOpts().EmitGcovArcs || getCodeGenOpts().EmitGcovNotes)
    [all...]
CGObjC.cpp     [all...]
CodeGenModule.h 403 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; }
    [all...]
CodeGenFunction.h     [all...]
CGRTTI.cpp 694 if (CGM.getCodeGenOpts().HiddenWeakVTables &&
    [all...]
CGRecordLayoutBuilder.cpp 279 if (Types.getCodeGenOpts().UseRegisterSizedBitfieldAccess) {
    [all...]
CGException.cpp 133 CGF.CGM.getCodeGenOpts().ObjCRuntimeHasTerminate)
    [all...]
CGDebugInfo.cpp 267 std::string MainFileName = CGM.getCodeGenOpts().MainFileName;
313 LO.Optimize, CGM.getCodeGenOpts().DwarfDebugFlags, RuntimeVers);
484 if (!CGM.getCodeGenOpts().LimitDebugInfo)
    [all...]
CGClass.cpp     [all...]
CGDecl.cpp 748 if (CGM.getCodeGenOpts().MergeAllConstants && Ty.isConstQualified() &&
    [all...]
CGExprCXX.cpp 181 if (DI && CGM.getCodeGenOpts().LimitDebugInfo
    [all...]
CGExpr.cpp     [all...]
CGExprScalar.cpp 815 if (DI && CGF.CGM.getCodeGenOpts().LimitDebugInfo) {
    [all...]
CGObjCMac.cpp     [all...]
  /external/clang/lib/Frontend/
CompilerInstance.cpp 162 &getCodeGenOpts());
    [all...]
CompilerInvocation.cpp 867 CodeGenOptsToArgs(getCodeGenOpts(), Res);
    [all...]

Completed in 249 milliseconds