Searched refs:lldb_cu (Results 1 – 1 of 1) sorted by relevance
1113 if (CompileUnit *lldb_cu = GetCompUnitForDWARFCompUnit(*dwarf_cu)) in GetFile() local1114 return lldb_cu->GetSupportFiles().GetFileSpecAtIndex(file_idx); in GetFile()1713 CompileUnit *lldb_cu = dwarf_cu.GetLLDBCompUnit(); in GetCompUnitForDWARFCompUnit() local1714 if (lldb_cu) in GetCompUnitForDWARFCompUnit()1715 return lldb_cu; in GetCompUnitForDWARFCompUnit()