Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/IR/
DAttributeDetail.h242 struct OpaqueAttributeStorage : public AttributeStorage { struct
243 OpaqueAttributeStorage(Identifier dialectNamespace, StringRef attrData, in OpaqueAttributeStorage() function
254 static OpaqueAttributeStorage *construct(AttributeStorageAllocator &allocator, in construct() argument
256 return new (allocator.allocate<OpaqueAttributeStorage>()) in construct()
257 OpaqueAttributeStorage(std::get<0>(key), in construct()
/external/llvm-project/mlir/include/mlir/IR/
DBuiltinAttributes.h32 struct OpaqueAttributeStorage;
290 detail::OpaqueAttributeStorage> {