Searched defs:dwarf_decl_ctx (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp5161 SymbolFileDWARF::FindDefinitionTypeForDWARFDeclContext (const DWARFDeclContext &dwarf_decl_ctx) argument
5165 const uint32_t dwarf_decl_ctx_count = dwarf_decl_ctx.GetSize();
5168 const ConstString type_name(dwarf_decl_ctx[0].name);
5169 const dw_tag_t tag = dwarf_decl_ctx[0].tag;
5178 DW_TAG_value_to_name(dwarf_decl_ctx[0].tag),
5179 dwarf_decl_ctx.GetQualifiedName());
5192 const char *qualified_name = dwarf_decl_ctx.GetQualifiedName();
5275 DW_TAG_value_to_name(dwarf_decl_ctx[0].tag),
5276 dwarf_decl_ctx.GetQualifiedName(),
5282 if (dwarf_decl_ctx
[all...]

Completed in 264 milliseconds