Searched refs:CImpl (Results 1 – 1 of 1) sorted by relevance
731 LLVMContextImpl *CImpl = EltTy->getContext().pImpl; in get() local734 if (CImpl->getOpaquePointers()) in get()738 PointerType *&Entry = AddressSpace == 0 ? CImpl->PointerTypes[EltTy] in get()739 : CImpl->ASPointerTypes[std::make_pair(EltTy, AddressSpace)]; in get()742 Entry = new (CImpl->Alloc) PointerType(EltTy, AddressSpace); in get()747 LLVMContextImpl *CImpl = C.pImpl; in get() local748 assert(CImpl->getOpaquePointers() && in get()754 ? CImpl->PointerTypes[nullptr] in get()755 : CImpl->ASPointerTypes[std::make_pair(nullptr, AddressSpace)]; in get()758 Entry = new (CImpl->Alloc) PointerType(C, AddressSpace); in get()