Searched defs:SBTarget (Results 1 - 2 of 2) sorted by relevance

/external/lldb/include/lldb/API/
H A DSBTarget.h1 //===-- SBTarget.h ----------------------------------------------*- C++ -*-===//
114 friend class SBTarget;
221 friend class SBTarget;
229 class SBTarget class in namespace:lldb
247 SBTarget ();
249 SBTarget (const lldb::SBTarget& rhs);
251 SBTarget (const lldb::TargetSP& target_sp);
253 const lldb::SBTarget&
254 operator = (const lldb::SBTarget
[all...]
/external/lldb/source/API/
H A DSBTarget.cpp1 //===-- SBTarget.cpp --------------------------------------------*- C++ -*-===//
12 #include "lldb/API/SBTarget.h"
484 // SBTarget constructor
486 SBTarget::SBTarget () : function in class:SBTarget
491 SBTarget::SBTarget (const SBTarget& rhs) : function in class:SBTarget
496 SBTarget::SBTarget(cons function in class:SBTarget
[all...]

Completed in 91 milliseconds