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

Declarations

tools/lldb/include/lldb/API/SBData.h
   28   void SetAddressByteSize(uint8_t addr_byte_size);

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
18421     (arg1)->SetAddressByteSize(arg2);
tools/lldb/include/lldb/Utility/ReproducerInstrumentation.h
  524     static void doit(Class *c, Args... args) { (c->*m)(args...); }
tools/lldb/source/API/SBData.cpp
   80   LLDB_RECORD_METHOD(void, SBData, SetAddressByteSize, (uint8_t),
  662   LLDB_REGISTER_METHOD(void, SBData, SetAddressByteSize, (uint8_t));