Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/TableGen/
H A DRecord.cpp52 struct RecordKeeperImpl { struct
53 RecordKeeperImpl(RecordKeeper &RK) in RecordKeeperImpl() argument
133 detail::RecordKeeperImpl &RKImpl = RK.getImpl(); in get()
214 detail::RecordKeeperImpl &RKImpl = RK.getImpl(); in get()
403 detail::RecordKeeperImpl &RKImpl = RK.getImpl(); in get()
597 detail::RecordKeeperImpl &RKImpl = RK.getImpl(); in get()
1817 detail::RecordKeeperImpl &RK = T->getRecordKeeper().getImpl(); in get()
1842 detail::RecordKeeperImpl &RK = T->getRecordKeeper().getImpl(); in get()
1862 detail::RecordKeeperImpl &RK = T->getRecordKeeper().getImpl(); in get()
1932 detail::RecordKeeperImpl &RK = Class->getRecords().getImpl(); in get()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/TableGen/
H A DRecord.h42 struct RecordKeeperImpl;
109 friend detail::RecordKeeperImpl;
150 friend detail::RecordKeeperImpl;
168 friend detail::RecordKeeperImpl;
211 friend detail::RecordKeeperImpl;
232 friend detail::RecordKeeperImpl;
457 friend detail::RecordKeeperImpl;
496 friend detail::RecordKeeperImpl;
1859 detail::RecordKeeperImpl &getImpl() { return *Impl; } in getImpl()
1982 std::unique_ptr<detail::RecordKeeperImpl> Impl;