Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugInfoEntry.cpp1974 …const DWARFDebugInfoEntry *abs_die_decl_ctx_die = abs_die->GetParentDeclContextDIE (dwarf2Data, cu… in GetParentDeclContextDIE() local
1975 if (abs_die_decl_ctx_die) in GetParentDeclContextDIE()
1976 return abs_die_decl_ctx_die; in GetParentDeclContextDIE()
DSymbolFileDWARF.cpp4708 …const DWARFDebugInfoEntry *abs_die_decl_ctx_die = GetDeclContextDIEContainingDIE (abs_cu, abs_die); in GetDeclContextDIEContainingDIE() local
4709 if (abs_die_decl_ctx_die) in GetDeclContextDIEContainingDIE()
4710 return abs_die_decl_ctx_die; in GetDeclContextDIEContainingDIE()