Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompileUnit.h305 void *GetUserData() const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp117 io_handler.GetUserData()); in IOHandlerInputComplete()
131 static_cast<WatchpointOptions *>(io_handler.GetUserData()); in IOHandlerInputComplete()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp192 (WatchpointOptions *)io_handler.GetUserData(); in IOHandlerInputComplete()
H A DCommandObjectBreakpointCommand.cpp211 io_handler.GetUserData(); in IOHandlerInputComplete()
H A DCommandObjectType.cpp193 ((ScriptAddOptions *)io_handler.GetUserData()); in IOHandlerInputComplete()
433 ((SynthAddOptions *)io_handler.GetUserData()); in IOHandlerInputComplete()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h132 void *GetUserData() { return m_user_data; } in GetUserData() function
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompileUnit.cpp539 void *CompileUnit::GetUserData() const { return m_user_data; } in GetUserData() function in CompileUnit
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp514 io_handler.GetUserData(); in IOHandlerInputComplete()
542 (WatchpointOptions *)io_handler.GetUserData(); in IOHandlerInputComplete()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp4823 void *GetUserData() const { return m_user_data; } in GetUserData() function in TreeItem
5054 Thread *thread = (Thread *)item.GetUserData(); in TreeDelegateDrawTreeItem()
5077 Thread *thread = (Thread *)item.GetUserData(); in TreeDelegateItemSelected()
5320 Breakpoint *breakpoint = (Breakpoint *)item.GetUserData(); in GetBreakpointLocation()