Searched refs:LLVMFunctionTypeStorage (Results 1 – 2 of 2) sorted by relevance
330 struct LLVMFunctionTypeStorage : public TypeStorage { struct335 LLVMFunctionTypeStorage(LLVMType result, ArrayRef<LLVMType> arguments, in LLVMFunctionTypeStorage() argument342 static LLVMFunctionTypeStorage *construct(TypeStorageAllocator &allocator, in construct() argument344 return new (allocator.allocate<LLVMFunctionTypeStorage>()) in construct()345 LLVMFunctionTypeStorage(std::get<0>(key), in construct()
33 struct LLVMFunctionTypeStorage;300 detail::LLVMFunctionTypeStorage> {