Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFIndex.cpp129 DWARFDeclContext dwarf_decl_ctx = in GetFullyQualifiedTypeImpl() local
131 if (dwarf_decl_ctx == context) in GetFullyQualifiedTypeImpl()
H A DDWARFDebugInfoEntry.cpp618 DWARFDeclContext dwarf_decl_ctx; in GetDWARFDeclContextStatic() local
622 return dwarf_decl_ctx; in GetDWARFDeclContextStatic()
623 dwarf_decl_ctx.AppendDeclContext(tag, die->GetName(cu)); in GetDWARFDeclContextStatic()
626 return dwarf_decl_ctx; in GetDWARFDeclContextStatic()
629 return dwarf_decl_ctx; in GetDWARFDeclContextStatic()
H A DSymbolFileDWARF.cpp4389 DWARFDeclContext dwarf_decl_ctx = in GetDWARFDeclContext() local
4391 return dwarf_decl_ctx; in GetDWARFDeclContext()