Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompileUnit.h282 void *GetUserData() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.h144 void *GetUserData() const;
H A DDWARFUnit.cpp635 void *DWARFUnit::GetUserData() const { return m_user_data; } in GetUserData() function in DWARFUnit
H A DSymbolFileDWARF.cpp764 if (dwarf_cu && dwarf_cu->GetUserData() == NULL) in GetDWARFCompileUnit()
796 CompileUnit *comp_unit = (CompileUnit *)dwarf_cu->GetUserData(); in ParseCompileUnit()
1554 if (dwarf_cu->GetUserData() == NULL) { in GetCompUnitForDWARFCompUnit()
1559 return (CompileUnit *)dwarf_cu->GetUserData(); in GetCompUnitForDWARFCompUnit()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompileUnit.cpp420 void *CompileUnit::GetUserData() const { return m_user_data; } in GetUserData() function in CompileUnit
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DIOHandler.h132 void *GetUserData() { return m_user_data; } in GetUserData() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp227 (WatchpointOptions *)io_handler.GetUserData(); in IOHandlerInputComplete()
H A DCommandObjectBreakpointCommand.cpp239 (std::vector<BreakpointOptions *> *)io_handler.GetUserData(); in IOHandlerInputComplete()
H A DCommandObjectType.cpp189 ((ScriptAddOptions *)io_handler.GetUserData()); in IOHandlerInputComplete()
434 ((SynthAddOptions *)io_handler.GetUserData()); in IOHandlerInputComplete()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp2201 void *GetUserData() const { return m_user_data; } in GetUserData() function in TreeItem
2424 Thread *thread = (Thread *)item.GetUserData(); in TreeDelegateDrawTreeItem()
2447 Thread *thread = (Thread *)item.GetUserData(); in TreeDelegateItemSelected()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp471 (std::vector<BreakpointOptions *> *)io_handler.GetUserData(); in IOHandlerInputComplete()
500 (WatchpointOptions *)io_handler.GetUserData(); in IOHandlerInputComplete()