reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
 3489   for (DWARFDIE context = block; context != function.GetParent();
 3490        context = context.GetParent()) {
 3490        context = context.GetParent()) {
 3491     assert(!IsSubroutine(context) || context == function);
 3491     assert(!IsSubroutine(context) || context == function);
 3492     if (DWARFDIE child = FindAnyChildWithAbstractOrigin(context)) {