Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp55 struct RecordKeeperImpl { struct
56 RecordKeeperImpl(RecordKeeper &RK) in RecordKeeperImpl() argument
106 void detail::RecordKeeperImpl::dumpAllocationStats(raw_ostream &OS) const { in dumpAllocationStats()
168 detail::RecordKeeperImpl &RKImpl = RK.getImpl(); in get()
248 detail::RecordKeeperImpl &RKImpl = RK.getImpl(); in get()
423 detail::RecordKeeperImpl &RKImpl = RK.getImpl(); in get()
480 detail::RecordKeeperImpl &RKImpl = RK.getImpl(); in get()
678 detail::RecordKeeperImpl &RKImpl = RK.getImpl(); in get()
715 detail::RecordKeeperImpl &RK = EltTy->getRecordKeeper().getImpl(); in get()
824 detail::RecordKeeperImpl &RK = Type->getRecordKeeper().getImpl(); in get()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h45 struct RecordKeeperImpl;
114 friend detail::RecordKeeperImpl;
153 friend detail::RecordKeeperImpl;
171 friend detail::RecordKeeperImpl;
214 friend detail::RecordKeeperImpl;
237 friend detail::RecordKeeperImpl;
454 friend detail::RecordKeeperImpl;
557 friend detail::RecordKeeperImpl;
1981 detail::RecordKeeperImpl &getImpl() { return *Impl; } in getImpl()
2079 std::unique_ptr<detail::RecordKeeperImpl> Impl;