Home
last modified time | relevance | path

Searched refs:m_lldb_cu (Results 1 – 1 of 1) 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()
161 void SetLLDBCompUnit(lldb_private::CompileUnit *cu) { m_lldb_cu = cu; } in SetLLDBCompUnit()
309 lldb_private::CompileUnit *m_lldb_cu = nullptr; variable