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

Overrides

tools/lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.h
  183     virtual bool IsPossibleTaggedPointer(lldb::addr_t ptr) = 0;

Declarations

tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.h
  191     bool IsPossibleTaggedPointer(lldb::addr_t ptr) override;

References

tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
 2357   if (!IsPossibleTaggedPointer(unobfuscated))
 2425   if (!IsPossibleTaggedPointer(ptr))
 2442   if (!IsPossibleTaggedPointer(unobfuscated))