Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1113 if (CompileUnit *lldb_cu = GetCompUnitForDWARFCompUnit(*dwarf_cu)) in GetFile() local
1114 return lldb_cu->GetSupportFiles().GetFileSpecAtIndex(file_idx); in GetFile()
1713 CompileUnit *lldb_cu = dwarf_cu.GetLLDBCompUnit(); in GetCompUnitForDWARFCompUnit() local
1714 if (lldb_cu) in GetCompUnitForDWARFCompUnit()
1715 return lldb_cu; in GetCompUnitForDWARFCompUnit()