Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.h159 lldb_private::CompileUnit *GetLLDBCompUnit() const { return m_lldb_cu; } in GetLLDBCompUnit() function
H A DSymbolFileDWARF.cpp733 if (dwarf_cu && dwarf_cu->GetLLDBCompUnit() == nullptr) in GetDWARFCompileUnit()
781 CompileUnit *comp_unit = dwarf_cu.GetLLDBCompUnit(); in ParseCompileUnit()
1713 CompileUnit *lldb_cu = dwarf_cu.GetLLDBCompUnit(); in GetCompUnitForDWARFCompUnit()