Searched defs:GetUserData (Results 1 – 3 of 3) sorted by relevance
/llvm-project/lldb/source/Symbol/ | ||
H A D | CompileUnit.cpp | 425 void *CompileUnit::GetUserData() const { return m_user_data; } GetUserData() function in CompileUnit |
/llvm-project/lldb/include/lldb/Core/ | ||
H A D | IOHandler.h | 135 void *GetUserData() { return m_user_data; } GetUserData() function |
/llvm-project/lldb/source/Core/ | ||
H A D | IOHandlerCursesGUI.cpp | 4821 void *GetUserData() const { return m_user_data; } in GetUserData() function in TreeItem |