Home
last modified time | relevance | path

Searched refs:GetUserData (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp111 io_handler.GetUserData()); in IOHandlerInputComplete()
122 static_cast<WatchpointOptions *>(io_handler.GetUserData()); in IOHandlerInputComplete()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompileUnit.h303 void *GetUserData() const;
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp188 (WatchpointOptions *)io_handler.GetUserData(); in IOHandlerInputComplete()
H A DCommandObjectBreakpointCommand.cpp209 io_handler.GetUserData(); in IOHandlerInputComplete()
H A DCommandObjectType.cpp188 ((ScriptAddOptions *)io_handler.GetUserData()); in IOHandlerInputComplete()
425 ((SynthAddOptions *)io_handler.GetUserData()); in IOHandlerInputComplete()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompileUnit.cpp425 void *CompileUnit::GetUserData() const { return m_user_data; } in GetUserData() function in CompileUnit
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h135 void *GetUserData() { return m_user_data; } in GetUserData() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp532 io_handler.GetUserData(); in IOHandlerInputComplete()
561 (WatchpointOptions *)io_handler.GetUserData(); in IOHandlerInputComplete()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp4821 void *GetUserData() const { return m_user_data; } in GetUserData() function in TreeItem
5052 Thread *thread = (Thread *)item.GetUserData(); in TreeDelegateDrawTreeItem()
5075 Thread *thread = (Thread *)item.GetUserData(); in TreeDelegateItemSelected()
5318 Breakpoint *breakpoint = (Breakpoint *)item.GetUserData(); in GetBreakpointLocation()