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 323 Entry = new (C.pImpl->TypeAllocator) IntegerType(C, NumBits);
370 FT = (FunctionType*) pImpl->TypeAllocator.
415 ST = new (Context.pImpl->TypeAllocator) StructType(Context);
434 Type **Elts = getContext().pImpl->TypeAllocator.Allocate<Type*>(NumElements);
495 StructType *ST = new (Context.pImpl->TypeAllocator) StructType(Context);
692 Entry = new (pImpl->TypeAllocator) ArrayType(ElementType, NumElements);
721 Entry = new (pImpl->TypeAllocator) VectorType(ElementType, NumElements);
745 Entry = new (CImpl->TypeAllocator) PointerType(EltTy, AddressSpace);
LLVMContextImpl.h 300 /// TypeAllocator - All dynamically allocated types are allocated from this.
302 BumpPtrAllocator TypeAllocator;

Completed in 37 milliseconds