Searched refs:m_lldb_cu (Results 1 – 1 of 1) sorted by relevance
159 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