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

References

tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
 2386           parent_decl_ctx->GetName().AsCString("<NULL>"), max_matches);
 2392           name.GetCString(), max_matches);
 2414         if (types.GetSize() >= max_matches)
 2425   if (num_die_matches < max_matches) {
 2431           sym_file->FindTypes(name, parent_decl_ctx, max_matches,
 2442           parent_decl_ctx->GetName().AsCString("<NULL>"), max_matches,
 2449           name.GetCString(), max_matches, types.GetSize());