Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DStatepoint.h28 class GCRelocateOperands; variable
189 GCRelocateOperands(const User* U) : RelocateCS(U) { in GCRelocateOperands() function
192 GCRelocateOperands(const Instruction *inst) : RelocateCS(inst) { in GCRelocateOperands() function
195 GCRelocateOperands(CallSite CS) : RelocateCS(CS) { in GCRelocateOperands() function