Home
last modified time | relevance | path

Searched refs:DebugKind (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
DCGDebugInfo.cpp48 : 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
[all …]
DCGDebugInfo.h56 const codegenoptions::DebugInfoKind DebugKind; variable