Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFDebugMap.cpp1068 CompileUnitInfo *cu_info = GetCompUnitInfo(sc); in GetTypes() local
1069 if (cu_info) { in GetTypes()
1070 oso_dwarf = GetSymbolFileByCompUnitInfo(cu_info); in GetTypes()
1329 bool SymbolFileDWARFDebugMap::AddOSOFileRange(CompileUnitInfo *cu_info, in AddOSOFileRange() argument
1346 cu_info->file_range_map.Append( in AddOSOFileRange()
1353 void SymbolFileDWARFDebugMap::FinalizeOSOFileRanges(CompileUnitInfo *cu_info) { in FinalizeOSOFileRanges() argument
1354 cu_info->file_range_map.Sort(); in FinalizeOSOFileRanges()
1356 const FileRangeMap &oso_file_range_map = cu_info->GetFileRangeMap(this); in FinalizeOSOFileRanges()
1359 cu_info, cu_info->oso_sp->module_sp->GetFileSpec().GetPath().c_str()); in FinalizeOSOFileRanges()
1373 CompileUnitInfo *cu_info = GetCompileUnitInfo(oso_symfile); in LinkOSOFileAddress() local
[all …]
DSymbolFileDWARFDebugMap.h326 bool AddOSOFileRange(CompileUnitInfo *cu_info, lldb::addr_t exe_file_addr,
332 void FinalizeOSOFileRanges(CompileUnitInfo *cu_info);