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

Declarations

lib/Transforms/ObjCARC/PtrState.h
   33 class ARCMDKindCache;

References

lib/Transforms/ObjCARC/ObjCARCOpts.cpp
  491     ARCMDKindCache MDKindCache;
lib/Transforms/ObjCARC/PtrState.cpp
  177 bool BottomUpPtrState::InitBottomUp(ARCMDKindCache &Cache, Instruction *I) {
  351 bool TopDownPtrState::MatchWithRelease(ARCMDKindCache &Cache,
lib/Transforms/ObjCARC/PtrState.h
  173   bool InitBottomUp(ARCMDKindCache &Cache, Instruction *I);
  199   bool MatchWithRelease(ARCMDKindCache &Cache, Instruction *Release);