Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompileUnit.h303 void *GetUserData() const;
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.h201 void *GetUserData() const;
H A DSymbolFileDWARF.cpp725 if (dwarf_cu && dwarf_cu->GetUserData() == nullptr) in GetDWARFCompileUnit()
774 CompileUnit *comp_unit = (CompileUnit *)dwarf_cu.GetUserData(); in ParseCompileUnit()
1680 static_cast<DWARFCompileUnit *>(dwarf_cu.GetUserData()); in GetCompUnitForDWARFCompUnit()
1686 if (dwarf_cu.GetUserData() == nullptr) { in GetCompUnitForDWARFCompUnit()
1691 return static_cast<CompileUnit *>(dwarf_cu.GetUserData()); in GetCompUnitForDWARFCompUnit()
H A DDWARFUnit.cpp705 void *DWARFUnit::GetUserData() const { return m_user_data; } in GetUserData() function in DWARFUnit
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DCompileUnit.cpp425 void *CompileUnit::GetUserData() const { return m_user_data; } in GetUserData() function in CompileUnit
/freebsd-14.2/contrib/llvm-project/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.cpp188 ((ScriptAddOptions *)io_handler.GetUserData()); in IOHandlerInputComplete()
425 ((SynthAddOptions *)io_handler.GetUserData()); in IOHandlerInputComplete()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h135 void *GetUserData() { return m_user_data; } in GetUserData() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp526 io_handler.GetUserData(); in IOHandlerInputComplete()
556 (WatchpointOptions *)io_handler.GetUserData(); in IOHandlerInputComplete()
/freebsd-14.2/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()