HomeSort by relevance Sort by last modified time
    Searched refs:TypeAllocator (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/VMCore/
Type.cpp 344 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);
508 StructType *ST = new (Context.pImpl->TypeAllocator) StructType(Context);
703 Entry = new (pImpl->TypeAllocator) ArrayType(ElementType, NumElements);
732 Entry = new (pImpl->TypeAllocator) VectorType(ElementType, NumElements);
757 Entry = new (CImpl->TypeAllocator) PointerType(EltTy, AddressSpace);
LLVMContextImpl.h 302 /// TypeAllocator - All dynamically allocated types are allocated from this.
304 BumpPtrAllocator TypeAllocator;

Completed in 83 milliseconds