Searched refs:m_root (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | Reproducer.h | 45 const FileSpec &GetRoot() const { return m_root; } in GetRoot() 65 ProviderBase(const FileSpec &root) : m_root(root) {} in ProviderBase() 69 FileSpec m_root; 114 std::unique_ptr<ProviderBase> provider = std::make_unique<T>(m_root); in Create() 149 FileSpec m_root; variable 180 const FileSpec &GetRoot() const { return m_root; } in GetRoot() 187 FileSpec m_root; variable
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Utility/ |
| H A D | Reproducer.cpp | 154 Generator::Generator(FileSpec root) : m_root(MakeAbsolute(std::move(root))) { in Generator() 197 llvm::sys::fs::remove_directories(m_root.GetPath()); in Discard() 204 const FileSpec &Generator::GetRoot() const { return m_root; } in GetRoot() 207 FileSpec index = m_root; in AddProvidersToIndex() 225 : m_root(MakeAbsolute(std::move(root))), m_loaded(false), in Loader() 232 FileSpec index = m_root.CopyByAppendingPathComponent("index.yaml"); in LoadIndex()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 3605 m_root(nullptr, *delegate_sp, true), m_selected_item(nullptr), in TreeWindowDelegate() 3638 m_root.CalculateRowIndexes(m_num_rows); in WindowDelegateDraw() 3639 m_delegate_sp->TreeDelegateUpdateSelection(m_root, m_selected_row_idx, in WindowDelegateDraw() 3656 m_root.Draw(window, m_first_visible_row, m_selected_row_idx, row_idx, in WindowDelegateDraw() 3659 m_selected_item = m_root.GetItemForRowIndex(m_selected_row_idx); in WindowDelegateDraw() 3699 m_selected_item = m_root.GetItemForRowIndex(m_selected_row_idx); in WindowDelegateHandleChar() 3712 m_selected_item = m_root.GetItemForRowIndex(m_selected_row_idx); in WindowDelegateHandleChar() 3722 m_selected_item = m_root.GetItemForRowIndex(m_selected_row_idx); in WindowDelegateHandleChar() 3731 m_selected_item = m_root.GetItemForRowIndex(m_selected_row_idx); in WindowDelegateHandleChar() 3750 m_selected_item = m_root.GetItemForRowIndex(m_selected_row_idx); in WindowDelegateHandleChar() [all …]
|
| H A D | ValueObject.cpp | 3029 if (m_root) in GetRoot() 3030 return m_root; in GetRoot() 3031 return (m_root = FollowParentChain([](ValueObject *vo) -> bool { in GetRoot()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | ValueObject.h | 843 ValueObject *m_root = nullptr; variable
|