Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp168 detail::RecordKeeperImpl &RKImpl = RK.getImpl(); in get() local
169 if (Sz >= RKImpl.SharedBitsRecTys.size()) in get()
170 RKImpl.SharedBitsRecTys.resize(Sz + 1); in get()
171 BitsRecTy *&Ty = RKImpl.SharedBitsRecTys[Sz]; in get()
173 Ty = new (RKImpl.Allocator) BitsRecTy(RK, Sz); in get()
248 detail::RecordKeeperImpl &RKImpl = RK.getImpl(); in get() local
250 return &RKImpl.AnyRecord; in get()
252 FoldingSet<RecordRecTy> &ThePool = RKImpl.RecordTypePool; in get()
276 void *Mem = RKImpl.Allocator.Allocate( in get()
423 detail::RecordKeeperImpl &RKImpl = RK.getImpl(); in get() local
[all …]