Searched refs:LLVMFunctionTypeStorage (Results 1 – 2 of 2) sorted by relevance
330 struct LLVMFunctionTypeStorage : public TypeStorage { struct335 LLVMFunctionTypeStorage(Type result, ArrayRef<Type> arguments, bool variadic) in LLVMFunctionTypeStorage() function340 static LLVMFunctionTypeStorage *construct(TypeStorageAllocator &allocator, in construct() argument342 return new (allocator.allocate<LLVMFunctionTypeStorage>()) in construct()343 LLVMFunctionTypeStorage(std::get<0>(key), in construct()
35 struct LLVMFunctionTypeStorage;131 detail::LLVMFunctionTypeStorage,