reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/API/SBTarget.h
   54   bool IsValid() const;

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
52659     result = (bool)((lldb::SBTarget const *)arg1)->IsValid();
tools/lldb/include/lldb/Utility/ReproducerInstrumentation.h
  517     static Result doit(Class *c, Args... args) { return (c->*m)(args...); }
tools/lldb/source/API/SBAddress.cpp
  142   if (target.IsValid())
tools/lldb/source/API/SBBreakpointName.cpp
   80   if (!sb_target.IsValid())
tools/lldb/source/API/SBTarget.cpp
  167   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBTarget, IsValid);
 1473   if (IsValid() && name && *name && addr.IsValid() && type.IsValid()) {
 1493   if (IsValid() && name && *name && data.IsValid() && type.IsValid()) {
 1512   if (IsValid() && name && *name && expr && *expr) {
 2411   LLDB_REGISTER_METHOD_CONST(bool, SBTarget, IsValid, ());
tools/lldb/tools/intel-features/intel-mpx/cli-wrapper-mpxtable.cpp
  255   if (!target.IsValid()) {