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

References

tools/clang/lib/CodeGen/CGObjCGNU.cpp
  386   LazyRuntimeFunction IvarAssignFn, StrongCastAssignFn, MemMoveFn, WeakReadFn,
  395   LazyRuntimeFunction ExceptionThrowFn;
  398   LazyRuntimeFunction ExceptionReThrowFn;
  401   LazyRuntimeFunction EnterCatchFn;
  404   LazyRuntimeFunction ExitCatchFn;
  406   LazyRuntimeFunction SyncEnterFn;
  408   LazyRuntimeFunction SyncExitFn;
  413   LazyRuntimeFunction EnumerationMutationFn;
  416   LazyRuntimeFunction GetPropertyFn;
  419   LazyRuntimeFunction SetPropertyFn;
  421   LazyRuntimeFunction GetStructPropertyFn;
  423   LazyRuntimeFunction SetStructPropertyFn;
  679   LazyRuntimeFunction MsgLookupFn;
  683   LazyRuntimeFunction MsgLookupSuperFn;
  720     LazyRuntimeFunction SlotLookupFn;
  725     LazyRuntimeFunction SlotLookupSuperFn;
  727     LazyRuntimeFunction SetPropertyAtomic;
  729     LazyRuntimeFunction SetPropertyAtomicCopy;
  731     LazyRuntimeFunction SetPropertyNonAtomic;
  733     LazyRuntimeFunction SetPropertyNonAtomicCopy;
  736     LazyRuntimeFunction CxxAtomicObjectGetFn;
  739     LazyRuntimeFunction CxxAtomicObjectSetFn;
  926   LazyRuntimeFunction MsgLookupSuperFn;
 2028   LazyRuntimeFunction MsgLookupFn;
 2031   LazyRuntimeFunction MsgLookupFnSRet;
 2035   LazyRuntimeFunction MsgLookupSuperFn, MsgLookupSuperFnSRet;