Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.h73 std::vector<DWARFDIE> GetDeclContextDIEs() const;
H A DDWARFDIE.cpp362 std::vector<DWARFDIE> DWARFDIE::GetDeclContextDIEs() const { in GetDeclContextDIEs() function in DWARFDIE
H A DSymbolFileDWARF.cpp2794 decl_ctx_1 = die1.GetDeclContextDIEs(); in DIEDeclContextsMatch()
2795 decl_ctx_2 = die2.GetDeclContextDIEs(); in DIEDeclContextsMatch()