• Home
  • Raw
  • Download

Lines Matching refs:DebugKind

48     : CGM(CGM), DebugKind(CGM.getCodeGenOpts().getDebugInfo()),  in CGDebugInfo()
194 bool UseQualifiedName = DebugKind == codegenoptions::DebugLineTablesOnly && in getFunctionName()
441 switch (DebugKind) { in CreateCompileUnit()
1559 assert(DebugKind >= codegenoptions::LimitedDebugInfo); in getOrCreateRecordType()
1571 assert(DebugKind >= codegenoptions::LimitedDebugInfo); in getOrCreateStandaloneType()
1581 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in completeType()
1594 if (DebugKind > codegenoptions::LimitedDebugInfo || in completeType()
1600 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in completeRequiredType()
1617 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in completeClassData()
1656 static bool shouldOmitDefinition(codegenoptions::DebugInfoKind DebugKind, in shouldOmitDefinition() argument
1662 if (DebugKind > codegenoptions::LimitedDebugInfo) in shouldOmitDefinition()
1695 if (T || shouldOmitDefinition(DebugKind, DebugTypeExtRefs, RD, in CreateType()
2330 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in completeTemplateDefinition()
2622 DebugKind <= codegenoptions::DebugLineTablesOnly)) in collectFunctionDeclProps()
2625 if (DebugKind >= codegenoptions::LimitedDebugInfo) { in collectFunctionDeclProps()
2761 if (!D || DebugKind <= codegenoptions::DebugLineTablesOnly) in getFunctionDeclaration()
2801 if (!D || DebugKind <= codegenoptions::DebugLineTablesOnly) in getOrCreateFunctionType()
3013 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in EmitLexicalBlockStart()
3027 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in EmitLexicalBlockEnd()
3122 assert(DebugKind >= codegenoptions::LimitedDebugInfo); in EmitDeclare()
3250 assert(DebugKind >= codegenoptions::LimitedDebugInfo); in EmitDeclareOfAutoVariable()
3265 assert(DebugKind >= codegenoptions::LimitedDebugInfo); in EmitDeclareOfBlockDeclRefVariable()
3335 assert(DebugKind >= codegenoptions::LimitedDebugInfo); in EmitDeclareOfArgVariable()
3354 assert(DebugKind >= codegenoptions::LimitedDebugInfo); in EmitDeclareOfBlockLiteralArgVariable()
3545 assert(DebugKind >= codegenoptions::LimitedDebugInfo); in EmitGlobalVariable()
3579 assert(DebugKind >= codegenoptions::LimitedDebugInfo); in EmitGlobalVariable()