Searched refs:LeakContext (Results 1 – 4 of 4) sorted by relevance
226 const LocationContext *LeakContext = N->getLocationContext(); in getStartCallSite() local240 if (NContext == LeakContext || NContext->isParentOf(LeakContext)) in getStartCallSite()
452 const LocationContext *LeakContext = N->getLocationContext(); in getAllocationNode() local463 if (NContext == LeakContext || in getAllocationNode()464 NContext->isParentOf(LeakContext)) in getAllocationNode()
2689 const LocationContext *LeakContext = N->getLocationContext(); in getAllocationSite() local2709 if (!VR || (VR->getStackFrame() == LeakContext->getStackFrame())) in getAllocationSite()2718 if (NContext == LeakContext || in getAllocationSite()2719 NContext->isParentOf(LeakContext)) in getAllocationSite()
672 const LocationContext *LeakContext = N->getLocationContext(); in GetAllocationSite() local693 if (MR->getStackFrame() == LeakContext->getStackFrame()) in GetAllocationSite()707 if (NContext == LeakContext || NContext->isParentOf(LeakContext)) in GetAllocationSite()745 LeakContext) in GetAllocationSite()