Searched refs:cu_id (Results 1 – 3 of 3) sorted by relevance
1038 PdbSymUid cu_id(comp_unit.GetID()); in ParseLineTable() local1039 lldbassert(cu_id.kind() == PdbSymUidKind::Compiland); in ParseLineTable()1041 m_index->compilands().GetCompiland(cu_id.asCompiland().modi); in ParseLineTable()1116 PdbSymUid cu_id(comp_unit.GetID()); in ParseSupportFiles() local1117 lldbassert(cu_id.kind() == PdbSymUidKind::Compiland); in ParseSupportFiles()1119 m_index->compilands().GetCompiland(cu_id.asCompiland().modi); in ParseSupportFiles()
524 auto cu_id = GetCompilandId(*result); in ParseVariablesForContext() local526 if (cu_id == 0) in ParseVariablesForContext()529 if (cu_id == sc.comp_unit->GetID()) in ParseVariablesForContext()
584 lldb::user_id_t cu_id = 0; in ParseCompileUnitAtIndex() local586 new CompileUnit(m_obj_file->GetModule(), NULL, so_file_spec, cu_id, in ParseCompileUnitAtIndex()