Home
last modified time | relevance | path

Searched refs:LLVMFunctionTypeStorage (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DTypeDetail.h330 struct LLVMFunctionTypeStorage : public TypeStorage { struct
335 LLVMFunctionTypeStorage(Type result, ArrayRef<Type> arguments, bool variadic) in LLVMFunctionTypeStorage() function
340 static LLVMFunctionTypeStorage *construct(TypeStorageAllocator &allocator, in construct() argument
342 return new (allocator.allocate<LLVMFunctionTypeStorage>()) in construct()
343 LLVMFunctionTypeStorage(std::get<0>(key), in construct()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/
H A DLLVMTypes.h35 struct LLVMFunctionTypeStorage;
131 detail::LLVMFunctionTypeStorage,