Home
last modified time | relevance | path

Searched defs:GetTarget (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h459 Target &GetTarget() { return m_target; } in GetTarget() function
461 const Target &GetTarget() const { return m_target; } in GetTarget() function
H A DWatchpoint.h131 Target &GetTarget() { return m_target; } in GetTarget() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlan.cpp38 Target &ThreadPlan::GetTarget() { return m_process.GetTarget(); } in GetTarget() function in ThreadPlan
40 const Target &ThreadPlan::GetTarget() const { return m_process.GetTarget(); } in GetTarget() function in ThreadPlan
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBExecutionContext.cpp77 SBTarget SBExecutionContext::GetTarget() const { in GetTarget() function in SBExecutionContext
H A DSBBreakpoint.cpp80 SBTarget SBBreakpoint::GetTarget() const { in GetTarget() function in SBBreakpoint
874 TargetSP GetTarget() { return m_target_wp.lock(); } in GetTarget() function in SBBreakpointListImpl
H A DSBBreakpointName.cpp55 TargetSP GetTarget() const { in GetTarget() function in lldb::SBBreakpointNameImpl
H A DSBProcess.cpp239 SBTarget SBProcess::GetTarget() const { in GetTarget() function in SBProcess
H A DSBValue.cpp1042 lldb::SBTarget SBValue::GetTarget() { in GetTarget() function in SBValue
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRMemoryMap.h86 lldb::TargetSP GetTarget() { return m_target_wp.lock(); } in GetTarget() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.h314 Target *GetTarget() { in GetTarget() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h574 const lldb::TargetSP &GetTarget() const { return m_target_sp; } in GetTarget() function
1345 lldb::TargetSP &GetTarget() { return m_target_sp; } in GetTarget() function
H A DProcess.h1269 Target &GetTarget() { return *m_target_wp.lock(); } in GetTarget() function
1276 const Target &GetTarget() const { return *m_target_wp.lock(); } in GetTarget() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp243 static const Target *GetTarget(const char *ProgName) { in GetTarget() function
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp67 Target &BreakpointLocation::GetTarget() { return m_owner.GetTarget(); } in GetTarget() function in BreakpointLocation
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp754 Target &CommandObject::GetTarget() { in GetTarget() function in CommandObject
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp2988 Target *GetTarget() { in GetTarget() function in lldb_private::curses::ProcessAttachFormDelegate
3138 TargetSP GetTarget() { in GetTarget() function in lldb_private::curses::TargetCreateFormDelegate
3567 Target *GetTarget() { in GetTarget() function in lldb_private::curses::ProcessLaunchFormDelegate
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp128 static const Target *GetTarget(const MachOObjectFile *MachOObj, in GetTarget() function