Searched defs:VarInit (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/TableGen/
H A DRecord.h834 /// VarInit - 'Opcode' - Represent a reference to an entire variable object.
836 class VarInit : public TypedInit { class in namespace:llvm
839 explicit VarInit(Init *VN, RecTy *T) function in class:llvm::VarInit
842 VarInit(const VarInit &Other) = delete;
843 VarInit &operator=(const VarInit &Other) = delete;
849 static VarInit *get(const std::string &VN, RecTy *T);
850 static VarInit *get(Init *VN, RecTy *T);

Completed in 57 milliseconds