Searched refs:LLVMPointerTypeStorage (Results 1 – 2 of 2) sorted by relevance
404 struct LLVMPointerTypeStorage : public TypeStorage { struct407 LLVMPointerTypeStorage(const KeyTy &key) in LLVMPointerTypeStorage() argument410 static LLVMPointerTypeStorage *construct(TypeStorageAllocator &allocator, in construct() argument412 return new (allocator.allocate<LLVMPointerTypeStorage>()) in construct()413 LLVMPointerTypeStorage(key); in construct()
35 struct LLVMPointerTypeStorage;373 detail::LLVMPointerTypeStorage> {