Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
HDScriptInterpreterLua.cpp111 io_handler.GetUserData()); in IOHandlerInputComplete()
122 static_cast<WatchpointOptions *>(io_handler.GetUserData()); in IOHandlerInputComplete()
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Symbol/
HDCompileUnit.h303 void *GetUserData() const;
/freebsd-head/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectWatchpointCommand.cpp188 (WatchpointOptions *)io_handler.GetUserData(); in IOHandlerInputComplete()
HDCommandObjectBreakpointCommand.cpp209 io_handler.GetUserData(); in IOHandlerInputComplete()
HDCommandObjectType.cpp188 ((ScriptAddOptions *)io_handler.GetUserData()); in IOHandlerInputComplete()
425 ((SynthAddOptions *)io_handler.GetUserData()); in IOHandlerInputComplete()
/freebsd-head/contrib/llvm-project/lldb/source/Symbol/
HDCompileUnit.cpp425 void *CompileUnit::GetUserData() const { return m_user_data; } in GetUserData() function in CompileUnit
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Core/
HDIOHandler.h135 void *GetUserData() { return m_user_data; } in GetUserData() function
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
HDScriptInterpreterPython.cpp532 io_handler.GetUserData(); in IOHandlerInputComplete()
561 (WatchpointOptions *)io_handler.GetUserData(); in IOHandlerInputComplete()
/freebsd-head/contrib/llvm-project/lldb/source/Core/
HDIOHandlerCursesGUI.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()