reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
30 bool IsValid() const;
34246 result = (bool)((lldb::SBInstructionList 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/SBInstructionList.cpp48 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBInstructionList, IsValid); 213 LLDB_REGISTER_METHOD_CONST(bool, SBInstructionList, IsValid, ());