reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/IR/LLVMContextImpl.h
 1325   UniqueStringSaver Saver{Alloc};
lib/IR/Type.cpp
  263     Entry = new (C.pImpl->Alloc) IntegerType(C, NumBits);
  315     FT = (FunctionType *)pImpl->Alloc.Allocate(
  361     ST = new (Context.pImpl->Alloc) StructType(Context);
  387   ContainedTys = Elements.copy(getContext().pImpl->Alloc).data();
  442   StructType *ST = new (Context.pImpl->Alloc) StructType(Context);
  595     Entry = new (pImpl->Alloc) ArrayType(ElementType, NumElements);
  624     Entry = new (pImpl->Alloc) VectorType(ElementType, EC);
  648     Entry = new (CImpl->Alloc) PointerType(EltTy, AddressSpace);