Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
DTypeDetail.h330 struct LLVMFunctionTypeStorage : public TypeStorage { struct
335 LLVMFunctionTypeStorage(LLVMType result, ArrayRef<LLVMType> arguments, in LLVMFunctionTypeStorage() argument
342 static LLVMFunctionTypeStorage *construct(TypeStorageAllocator &allocator, in construct() argument
344 return new (allocator.allocate<LLVMFunctionTypeStorage>()) in construct()
345 LLVMFunctionTypeStorage(std::get<0>(key), in construct()
/external/llvm-project/mlir/include/mlir/Dialect/LLVMIR/
DLLVMTypes.h33 struct LLVMFunctionTypeStorage;
300 detail::LLVMFunctionTypeStorage> {