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

  /external/llvm/lib/IR/
Type.cpp 317 Entry = new (C.pImpl->TypeAllocator) IntegerType(C, NumBits);
364 FT = (FunctionType*) pImpl->TypeAllocator.
409 ST = new (Context.pImpl->TypeAllocator) StructType(Context);
428 Type **Elts = getContext().pImpl->TypeAllocator.Allocate<Type*>(NumElements);
489 StructType *ST = new (Context.pImpl->TypeAllocator) StructType(Context);
685 Entry = new (pImpl->TypeAllocator) ArrayType(ElementType, NumElements);
714 Entry = new (pImpl->TypeAllocator) VectorType(ElementType, NumElements);
738 Entry = new (CImpl->TypeAllocator) PointerType(EltTy, AddressSpace);
LLVMContextImpl.h 309 /// TypeAllocator - All dynamically allocated types are allocated from this.
311 BumpPtrAllocator TypeAllocator;

Completed in 80 milliseconds