Home
last modified time | relevance | path

Searched refs:dwarf_decl_ctx (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFIndex.cpp124 DWARFDeclContext dwarf_decl_ctx = die.GetDWARFDeclContext(); in GetFullyQualifiedTypeImpl() local
125 if (dwarf_decl_ctx == context) in GetFullyQualifiedTypeImpl()
H A DDWARFDIE.cpp505 DWARFDeclContext dwarf_decl_ctx; in GetDWARFDeclContextImpl() local
510 dwarf_decl_ctx.AppendDeclContext(tag, die.GetName()); in GetDWARFDeclContextImpl()
516 return dwarf_decl_ctx; in GetDWARFDeclContextImpl()