Searched refs:TypeAllocator (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/VMCore/
H A DType.cpp344 Entry = new (C.pImpl->TypeAllocator) IntegerType(C, NumBits);
391 FT = (FunctionType*) pImpl->TypeAllocator.
438 ST = new (Context.pImpl->TypeAllocator) StructType(Context);
457 Type **Elts = getContext().pImpl->TypeAllocator.Allocate<Type*>(NumElements);
518 StructType *ST = new (Context.pImpl->TypeAllocator) StructType(Context);
713 Entry = new (pImpl->TypeAllocator) ArrayType(ElementType, NumElements);
742 Entry = new (pImpl->TypeAllocator) VectorType(ElementType, NumElements);
767 Entry = new (CImpl->TypeAllocator) PointerType(EltTy, AddressSpace);
H A DLLVMContextImpl.h302 /// TypeAllocator - All dynamically allocated types are allocated from this.
304 BumpPtrAllocator TypeAllocator; member in class:llvm::LLVMContextImpl

Completed in 46 milliseconds