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

References

tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
  924         ivar_offset_address =
  930     if (ivar_offset_address == LLDB_INVALID_ADDRESS)
  931       ivar_offset_address = LookupRuntimeSymbol(ivar_const_str);
  933     if (ivar_offset_address != LLDB_INVALID_ADDRESS)
  935           ivar_offset_address, 4, LLDB_INVALID_IVAR_OFFSET, error);