Home
last modified time | relevance | path

Searched defs:GCRelocateOperands (Results 1 – 1 of 1) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DStatepoint.h180 GCRelocateOperands(const User* U) : RelocateCS(U) { in GCRelocateOperands() function
183 GCRelocateOperands(const Instruction *inst) : RelocateCS(inst) { in GCRelocateOperands() function
186 GCRelocateOperands(CallSite CS) : RelocateCS(CS) { in GCRelocateOperands() function