Searched refs:LLVMPointerTypeStorage (Results 1 – 2 of 2) sorted by relevance
387 struct LLVMPointerTypeStorage : public TypeStorage { struct390 LLVMPointerTypeStorage(const KeyTy &key) in LLVMPointerTypeStorage() argument393 static LLVMPointerTypeStorage *construct(TypeStorageAllocator &allocator, in construct() argument395 return new (allocator.allocate<LLVMPointerTypeStorage>()) in construct()396 LLVMPointerTypeStorage(key); in construct()
36 struct LLVMPointerTypeStorage;196 LLVMPointerType, Type, detail::LLVMPointerTypeStorage,