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

References

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
 3671             dst_name_to_die.Append(dst_const_name, dst_die);
 3677   const uint32_t dst_size = dst_name_to_die.GetSize();
 3701       dst_die = dst_name_to_die.GetValueAtIndexUnchecked(idx);
 3741       dst_die = dst_name_to_die.GetValueAtIndexUnchecked(idx);
 3778     if (!src_name_to_die.IsEmpty() && !dst_name_to_die.IsEmpty()) {
 3782         ConstString dst_name = dst_name_to_die.GetCStringAtIndex(idx);
 3783         dst_die = dst_name_to_die.GetValueAtIndexUnchecked(idx);