Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDIE.h71 std::vector<DWARFDIE> GetDeclContextDIEs() const;
DDWARFDIE.cpp361 std::vector<DWARFDIE> DWARFDIE::GetDeclContextDIEs() const { in GetDeclContextDIEs() function in DWARFDIE
DSymbolFileDWARF.cpp2756 decl_ctx_1 = die1.GetDeclContextDIEs(); in DIEDeclContextsMatch()
2757 decl_ctx_2 = die2.GetDeclContextDIEs(); in DIEDeclContextsMatch()