Searched refs:TypeAllocator (Results 1 – 4 of 4) sorted by relevance
253 Entry = new (C.pImpl->TypeAllocator) IntegerType(C, NumBits); in get()299 FT = (FunctionType*) pImpl->TypeAllocator. in get()339 ST = new (Context.pImpl->TypeAllocator) StructType(Context); in get()364 ContainedTys = Elements.copy(getContext().pImpl->TypeAllocator).data(); in setBody()418 StructType *ST = new (Context.pImpl->TypeAllocator) StructType(Context); in create()616 Entry = new (pImpl->TypeAllocator) ArrayType(ElementType, NumElements); in get()646 Entry = new (pImpl->TypeAllocator) VectorType(ElementType, NumElements); in get()670 Entry = new (CImpl->TypeAllocator) PointerType(EltTy, AddressSpace); in get()
1115 BumpPtrAllocator TypeAllocator;
291 Entry = new (C.pImpl->TypeAllocator) IntegerType(C, NumBits); in get()344 FT = (FunctionType*) pImpl->TypeAllocator. in get()394 ST = new (Context.pImpl->TypeAllocator) StructType(Context); in get()408 TypeAllocator.Allocate<Type*>(Elements.size()); in setBody()458 StructType *ST = new (Context.pImpl->TypeAllocator) StructType(Context); in create()633 Entry = new (pImpl->TypeAllocator) ArrayType(ElementType, NumElements); in get()662 Entry = new (pImpl->TypeAllocator) VectorType(ElementType, NumElements); in get()685 Entry = new (CImpl->TypeAllocator) PointerType(EltTy, AddressSpace); in get()
179 BumpPtrAllocator TypeAllocator; variable