Searched refs:LLVMStructTypeStorage (Results 1 – 2 of 2) sorted by relevance
61 struct LLVMStructTypeStorage : public TypeStorage { struct200 LLVMStructTypeStorage(const KeyTy &key) { in LLVMStructTypeStorage() argument225 static LLVMStructTypeStorage *construct(TypeStorageAllocator &allocator, in construct() argument227 return new (allocator.allocate<LLVMStructTypeStorage>()) in construct()228 LLVMStructTypeStorage(key.copyIntoAllocator(allocator)); in construct()
36 struct LLVMStructTypeStorage;428 detail::LLVMStructTypeStorage> {