Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp111 io_handler.GetUserData()); in IOHandlerInputComplete()
122 static_cast<WatchpointOptions *>(io_handler.GetUserData()); in IOHandlerInputComplete()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompileUnit.h287 void *GetUserData() const;
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.h190 void *GetUserData() const;
H A DSymbolFileDWARF.cpp651 if (dwarf_cu && dwarf_cu->GetUserData() == nullptr) in GetDWARFCompileUnit()
700 CompileUnit *comp_unit = (CompileUnit *)dwarf_cu.GetUserData(); in ParseCompileUnit()
1645 static_cast<DWARFCompileUnit *>(dwarf_cu.GetUserData()); in GetCompUnitForDWARFCompUnit()
1651 if (dwarf_cu.GetUserData() == nullptr) { in GetCompUnitForDWARFCompUnit()
1656 return static_cast<CompileUnit *>(dwarf_cu.GetUserData()); in GetCompUnitForDWARFCompUnit()
H A DDWARFUnit.cpp677 void *DWARFUnit::GetUserData() const { return m_user_data; } in GetUserData() function in DWARFUnit
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DCompileUnit.cpp429 void *CompileUnit::GetUserData() const { return m_user_data; } in GetUserData() function in CompileUnit
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp200 (WatchpointOptions *)io_handler.GetUserData(); in IOHandlerInputComplete()
H A DCommandObjectBreakpointCommand.cpp221 io_handler.GetUserData(); in IOHandlerInputComplete()
H A DCommandObjectType.cpp175 ((ScriptAddOptions *)io_handler.GetUserData()); in IOHandlerInputComplete()
413 ((SynthAddOptions *)io_handler.GetUserData()); in IOHandlerInputComplete()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DIOHandler.h136 void *GetUserData() { return m_user_data; } in GetUserData() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp515 io_handler.GetUserData(); in IOHandlerInputComplete()
544 (WatchpointOptions *)io_handler.GetUserData(); in IOHandlerInputComplete()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp4794 void *GetUserData() const { return m_user_data; } in GetUserData() function in TreeItem
5028 Thread *thread = (Thread *)item.GetUserData(); in TreeDelegateDrawTreeItem()
5051 Thread *thread = (Thread *)item.GetUserData(); in TreeDelegateItemSelected()
5295 Breakpoint *breakpoint = (Breakpoint *)item.GetUserData(); in GetBreakpointLocation()