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

Declarations

tools/lldb/include/lldb/API/SBAddress.h
   49   bool OffsetAddress(addr_t offset);

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
 5115     result = (bool)(arg1)->OffsetAddress(arg2);
tools/lldb/include/lldb/Utility/ReproducerInstrumentation.h
  510     static Result doit(Class *c, Args... args) { return (c->*m)(args...); }
tools/lldb/source/API/SBAddress.cpp
  155   LLDB_RECORD_METHOD(bool, SBAddress, OffsetAddress, (lldb::addr_t), offset);
  310   LLDB_REGISTER_METHOD(bool, SBAddress, OffsetAddress, (lldb::addr_t));
tools/lldb/source/API/SBLineEntry.cpp
   70     sb_address.OffsetAddress(m_opaque_up->range.GetByteSize());