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

Declarations

tools/lldb/include/lldb/API/SBValue.h
  237   lldb::SBData GetPointeeData(uint32_t item_idx = 0, uint32_t item_count = 1);

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
76535     result = (arg1)->GetPointeeData(arg2,arg3);
76570     result = (arg1)->GetPointeeData(arg2);
76596     result = (arg1)->GetPointeeData();
tools/lldb/include/lldb/Utility/ReproducerInstrumentation.h
  510     static Result doit(Class *c, Args... args) { return (c->*m)(args...); }
tools/lldb/source/API/SBValue.cpp
 1382   LLDB_RECORD_METHOD(lldb::SBData, SBValue, GetPointeeData,
 1674   LLDB_REGISTER_METHOD(lldb::SBData, SBValue, GetPointeeData,