Searched refs:CImpl (Results 1 – 1 of 1) sorted by relevance
691 LLVMContextImpl *CImpl = EltTy->getContext().pImpl; in get() local694 PointerType *&Entry = AddressSpace == 0 ? CImpl->PointerTypes[EltTy] in get()695 : CImpl->ASPointerTypes[std::make_pair(EltTy, AddressSpace)]; in get()698 Entry = new (CImpl->Alloc) PointerType(EltTy, AddressSpace); in get()703 LLVMContextImpl *CImpl = C.pImpl; in get() local708 ? CImpl->PointerTypes[nullptr] in get()709 : CImpl->ASPointerTypes[std::make_pair(nullptr, AddressSpace)]; in get()712 Entry = new (CImpl->Alloc) PointerType(C, AddressSpace); in get()