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.cpp133 detail::RecordKeeperImpl &RKImpl = RK.getImpl(); in get() local
134 if (Sz >= RKImpl.SharedBitsRecTys.size()) in get()
135 RKImpl.SharedBitsRecTys.resize(Sz + 1); in get()
136 BitsRecTy *&Ty = RKImpl.SharedBitsRecTys[Sz]; in get()
138 Ty = new (RKImpl.Allocator) BitsRecTy(RK, Sz); in get()
208 detail::RecordKeeperImpl &RKImpl = RK.getImpl(); in get() local
210 return &RKImpl.AnyRecord; in get()
212 FoldingSet<RecordRecTy> &ThePool = RKImpl.RecordTypePool; in get()
237 void *Mem = RKImpl.Allocator.Allocate( in get()
390 detail::RecordKeeperImpl &RKImpl = RK.getImpl(); in get() local
[all …]