Searched defs:sc_scope (Results 1 - 6 of 6) sorted by relevance

/external/lldb/source/Core/
H A DValueObjectVariable.cpp286 SymbolContextScope *sc_scope = m_variable_sp->GetSymbolContextScope(); local
287 if (sc_scope)
289 return sc_scope->CalculateSymbolContextModule();
/external/lldb/source/Symbol/
H A DSymbolVendor.cpp349 SymbolVendor::GetTypes (SymbolContextScope *sc_scope, argument
358 return m_sym_file_ap->GetTypes (sc_scope, type_mask, type_list);
H A DSymbolContext.cpp78 SymbolContext::SymbolContext (SymbolContextScope *sc_scope) : argument
87 sc_scope->CalculateSymbolContext (this);
/external/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.cpp64 SymbolFileSymtab::GetTypes (SymbolContextScope *sc_scope, uint32_t type_mask, lldb_private::TypeList &type_list) argument
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp1141 SymbolFileDWARFDebugMap::GetTypes (SymbolContextScope *sc_scope, argument
1152 if (sc_scope)
1155 sc_scope->CalculateSymbolContext(&sc);
1162 oso_dwarf->GetTypes (sc_scope, type_mask, type_list);
1170 oso_dwarf->GetTypes (sc_scope, type_mask, type_list);
H A DSymbolFileDWARF.cpp303 SymbolFileDWARF::GetTypes (SymbolContextScope *sc_scope, argument
312 if (sc_scope)
313 comp_unit = sc_scope->CalculateSymbolContextCompileUnit();

Completed in 714 milliseconds