Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugInfoEntry.cpp1962 …const DWARFDebugInfoEntry *spec_die_decl_ctx_die = spec_die->GetParentDeclContextDIE (dwarf2Data, … in GetParentDeclContextDIE() local
1963 if (spec_die_decl_ctx_die) in GetParentDeclContextDIE()
1964 return spec_die_decl_ctx_die; in GetParentDeclContextDIE()
DSymbolFileDWARF.cpp4698 …const DWARFDebugInfoEntry *spec_die_decl_ctx_die = GetDeclContextDIEContainingDIE (spec_cu, spec_d… in GetDeclContextDIEContainingDIE() local
4699 if (spec_die_decl_ctx_die) in GetDeclContextDIEContainingDIE()
4700 return spec_die_decl_ctx_die; in GetDeclContextDIEContainingDIE()