Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp6990 SymbolContextScope * symbol_context_scope = NULL; in ParseType() local
6993 symbol_context_scope = sc.comp_unit; in ParseType()
6997symbol_context_scope = sc.function->GetBlock(true).FindBlockByID(MakeUserID(sc_parent_die->GetOffs… in ParseType()
6998 if (symbol_context_scope == NULL) in ParseType()
6999 symbol_context_scope = sc.function; in ParseType()
7002 if (symbol_context_scope != NULL) in ParseType()
7004 type_sp->SetSymbolContextScope(symbol_context_scope); in ParseType()
7362 SymbolContextScope * symbol_context_scope = NULL; in ParseVariableDIE() local
7447 symbol_context_scope = exe_symbol; in ParseVariableDIE()
7480 if (symbol_context_scope == NULL) in ParseVariableDIE()
[all …]