Home
last modified time | relevance | path

Searched refs:RecordKeeperImpl (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp53 struct RecordKeeperImpl { struct
54 RecordKeeperImpl(RecordKeeper &RK) in RecordKeeperImpl() argument
133 detail::RecordKeeperImpl &RKImpl = RK.getImpl(); in get()
208 detail::RecordKeeperImpl &RKImpl = RK.getImpl(); in get()
390 detail::RecordKeeperImpl &RKImpl = RK.getImpl(); in get()
440 detail::RecordKeeperImpl &RKImpl = RK.getImpl(); in get()
634 detail::RecordKeeperImpl &RKImpl = RK.getImpl(); in get()
664 detail::RecordKeeperImpl &RK = EltTy->getRecordKeeper().getImpl(); in get()
783 detail::RecordKeeperImpl &RK = Type->getRecordKeeper().getImpl(); in get()
1006 detail::RecordKeeperImpl &RK = LHS->getRecordKeeper().getImpl(); in get()
[all …]
/src/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h44 struct RecordKeeperImpl;
111 friend detail::RecordKeeperImpl;
150 friend detail::RecordKeeperImpl;
168 friend detail::RecordKeeperImpl;
211 friend detail::RecordKeeperImpl;
232 friend detail::RecordKeeperImpl;
448 friend detail::RecordKeeperImpl;
549 friend detail::RecordKeeperImpl;
1972 detail::RecordKeeperImpl &getImpl() { return *Impl; } in getImpl()
2095 std::unique_ptr<detail::RecordKeeperImpl> Impl;