Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h556 Target &GetTarget() { return m_target; } in GetTarget() function
558 const Target &GetTarget() const { return m_target; } in GetTarget() function
H A DWatchpoint.h98 Target &GetTarget() { return m_target; } in GetTarget() function
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadPlan.h385 Target &GetTarget() { return m_thread.GetProcess()->GetTarget(); } in GetTarget() function
387 const Target &GetTarget() const { return m_thread.GetProcess()->GetTarget(); } in GetTarget() function
H A DTarget.h480 const lldb::TargetSP &GetTarget() const { return m_target_sp; } in GetTarget() function
1135 lldb::TargetSP &GetTarget() { return m_target_sp; } in GetTarget() function
H A DProcess.h1477 Target &GetTarget() { return *m_target_wp.lock(); } in GetTarget() function
1486 const Target &GetTarget() const { return *m_target_wp.lock(); } in GetTarget() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBExecutionContext.cpp64 SBTarget SBExecutionContext::GetTarget() const { in GetTarget() function in SBExecutionContext
H A DSBBreakpointName.cpp54 TargetSP GetTarget() const { in GetTarget() function in lldb::SBBreakpointNameImpl
H A DSBBreakpoint.cpp777 TargetSP GetTarget() { return m_target_wp.lock(); } in GetTarget() function in SBBreakpointListImpl
H A DSBProcess.cpp256 SBTarget SBProcess::GetTarget() const { in GetTarget() function in SBProcess
H A DSBValue.cpp1130 lldb::SBTarget SBValue::GetTarget() { in GetTarget() function in SBValue
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DIRMemoryMap.h83 lldb::TargetSP GetTarget() { return m_target_wp.lock(); } in GetTarget() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.h355 Target *GetTarget() { in GetTarget() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp70 Target &BreakpointLocation::GetTarget() { return m_owner.GetTarget(); } in GetTarget() function in BreakpointLocation
/freebsd-12.1/contrib/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp193 static const Target *GetTarget(const char *ProgName) { in GetTarget() function
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmnLLDBDebugSessionInfo.cpp873 lldb::SBTarget CMICmnLLDBDebugSessionInfo::GetTarget() const { in GetTarget() function in CMICmnLLDBDebugSessionInfo
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp141 static const Target *GetTarget(const MachOObjectFile *MachOObj, in GetTarget() function