Searched refs:RelocCall (Results 1 – 1 of 1) sorted by relevance
69 void scheduleRelocCall(const CallInst &RelocCall) { in scheduleRelocCall() argument70 PendingGCRelocateCalls.push_back(&RelocCall); in scheduleRelocCall()76 void relocCallVisited(const CallInst &RelocCall) { in relocCallVisited() argument77 auto I = llvm::find(PendingGCRelocateCalls, &RelocCall); in relocCallVisited()