Searched refs:DebugKind (Results 1 – 3 of 3) sorted by relevance
701 enum class DebugKind { enum715 return DebugKind::None; in parseDebugKind()717 return DebugKind::Full; in parseDebugKind()719 DebugKind debug = StringSwitch<DebugKind>(a->getValue()) in parseDebugKind()732 return DebugKind::Full; in parseDebugKind()734 if (debug == DebugKind::Unknown) { in parseDebugKind()736 return DebugKind::None; in parseDebugKind()1411 if (debug == DebugKind::Full || debug == DebugKind::Dwarf || in linkerMain()1412 debug == DebugKind::GHash || debug == DebugKind::NoGHash) { in linkerMain()1435 (debug == DebugKind::Full || debug == DebugKind::GHash || in linkerMain()[all …]
573 switch (DebugKind) { in CreateCompileUnit()1774 if (DebugKind == codegenoptions::DebugInfoConstructor) in CreateCXXMemberFunction()2240 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in completeType()2253 if (DebugKind > codegenoptions::LimitedDebugInfo || in completeType()2315 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in completeClass()2367 if (DebugKind == codegenoptions::DebugLineTablesOnly) in shouldOmitDefinition()2370 if (DebugKind > codegenoptions::LimitedDebugInfo || in shouldOmitDefinition()3204 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in completeUnusedClass()4116 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in EmitLexicalBlockStart()4130 if (DebugKind <= codegenoptions::DebugLineTablesOnly) in EmitLexicalBlockEnd()[all …]
60 const codegenoptions::DebugInfoKind DebugKind; variable