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

Declarations

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.h
   45   lldb_private::Type *ResolveTypeUID(const DWARFDIE &die) const;

References

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
 1799             Type *lldb_type = die.ResolveTypeUID(form_value.Reference());
 2646           Type *var_type = die.ResolveTypeUID(encoding_form.Reference());
 2659           Type *member_type = die.ResolveTypeUID(encoding_form.Reference());
 3010         Type *base_class_type = die.ResolveTypeUID(encoding_form.Reference());
 3135                 die.ResolveTypeUID(param_type_die_form.Reference());
 3152           Type *type = die.ResolveTypeUID(param_type_die_form.Reference());