Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/Symtab/
DSymbolFileSymtab.cpp162 const Symbol *cu_symbol = m_obj_file->GetSymtab()->SymbolAtIndex(m_source_indexes[idx]); in ParseCompileUnitAtIndex() local
163 if (cu_symbol) in ParseCompileUnitAtIndex()
164 …cu_sp.reset(new CompileUnit (m_obj_file->GetModule(), NULL, cu_symbol->GetMangled().GetName().AsCS… in ParseCompileUnitAtIndex()