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

/external/llvm/include/llvm/TableGen/
H A DRecord.h370 // If this is a DefInit we need to delete the RecordRecTy.
952 /// DefInit - AL - Represent a reference to a 'def' in the description
954 class DefInit : public TypedInit { class in class:llvm::VarBitInit
957 DefInit(Record *D, RecordRecTy *T) : TypedInit(IK_DefInit, T), Def(D) {} function in class:llvm::VarBitInit::DefInit
960 DefInit(const DefInit &Other) = delete;
961 DefInit &operator=(const DefInit &Other) = delete;
967 static DefInit *get(Record*);
1162 std::unique_ptr<DefInit> TheIni
[all...]

Completed in 294 milliseconds