Searched refs:RelocCall (Results 1 – 1 of 1) sorted by relevance
64 void scheduleRelocCall(const CallInst &RelocCall) { in scheduleRelocCall() argument65 PendingGCRelocateCalls.push_back(&RelocCall); in scheduleRelocCall()71 void relocCallVisited(const CallInst &RelocCall) { in relocCallVisited() argument72 auto I = find(PendingGCRelocateCalls, &RelocCall); in relocCallVisited()