Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp5630 const DWARFDebugInfoEntry *context_die; in ParseType() local
5631 … clang::DeclContext *context = GetClangDeclContextContainingDIE (dwarf_cu, die, &context_die); in ParseType()
5636 context_die->GetOffset(), in ParseType()
7798 const DWARFDebugInfoEntry *context_die = *pos; in SearchDeclContext() local
7832 if (die->GetParent() != context_die) in SearchDeclContext()