Searched refs:cu_info (Results 1 – 3 of 3) sorted by relevance
594 auto &cu_info = m_compile_unit_infos[cu_idx]; in ParseCompileUnitAtIndex() local595 Module *oso_module = GetModuleByCompUnitInfo(&cu_info); in ParseCompileUnitAtIndex()602 cu_info.compile_units_sps.push_back(std::make_shared<CompileUnit>( in ParseCompileUnitAtIndex()606 cu_info.id_to_index_map.insert({0, 0}); in ParseCompileUnitAtIndex()607 SetCompileUnitAtIndex(cu_idx, cu_info.compile_units_sps[0]); in ParseCompileUnitAtIndex()610 GetSymbolFileByCompUnitInfo(&cu_info)) { in ParseCompileUnitAtIndex()618 cu_info.compile_units_sps.push_back(std::make_shared<CompileUnit>( in ParseCompileUnitAtIndex()622 cu_info.id_to_index_map.insert( in ParseCompileUnitAtIndex()623 {dwarf_cu->GetID(), cu_info.compile_units_sps.size() - 1}); in ParseCompileUnitAtIndex()629 if (!cu_info.compile_units_sps.empty()) in ParseCompileUnitAtIndex()[all …]
63 auto *cu_info = in BuildAddressRangeTable() 67 if (cu_info->compile_units_sps.empty()) in BuildAddressRangeTable() 62 auto *cu_info = BuildAddressRangeTable() local
342 bool AddOSOFileRange(CompileUnitInfo *cu_info, lldb::addr_t exe_file_addr,348 void FinalizeOSOFileRanges(CompileUnitInfo *cu_info);