Searched defs:GCRelocateOperands (Results 1 – 1 of 1) sorted by relevance
28 class GCRelocateOperands; variable189 GCRelocateOperands(const User* U) : RelocateCS(U) { in GCRelocateOperands() function192 GCRelocateOperands(const Instruction *inst) : RelocateCS(inst) { in GCRelocateOperands() function195 GCRelocateOperands(CallSite CS) : RelocateCS(CS) { in GCRelocateOperands() function