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

Declarations

tools/lldb/include/lldb/API/SBBlock.h
   55   uint32_t GetRangeIndexForBlockAddress(lldb::SBAddress block_addr);

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
 7298     result = (uint32_t)(arg1)->GetRangeIndexForBlockAddress(arg2);
tools/lldb/include/lldb/Utility/ReproducerInstrumentation.h
  510     static Result doit(Class *c, Args... args) { return (c->*m)(args...); }
tools/lldb/source/API/SBBlock.cpp
  236   LLDB_RECORD_METHOD(uint32_t, SBBlock, GetRangeIndexForBlockAddress,
  382   LLDB_REGISTER_METHOD(uint32_t, SBBlock, GetRangeIndexForBlockAddress,