Searched refs:CImpl (Results 1 – 1 of 1) sorted by relevance
697 LLVMContextImpl *CImpl = EltTy->getContext().pImpl; in get() local700 if (CImpl->ForceOpaquePointers || EltTy->isOpaquePointerTy()) in get()704 PointerType *&Entry = AddressSpace == 0 ? CImpl->PointerTypes[EltTy] in get()705 : CImpl->ASPointerTypes[std::make_pair(EltTy, AddressSpace)]; in get()708 Entry = new (CImpl->Alloc) PointerType(EltTy, AddressSpace); in get()713 LLVMContextImpl *CImpl = C.pImpl; in get() local718 ? CImpl->PointerTypes[nullptr] in get()719 : CImpl->ASPointerTypes[std::make_pair(nullptr, AddressSpace)]; in get()722 Entry = new (CImpl->Alloc) PointerType(C, AddressSpace); in get()