Home
last modified time | relevance | path

Searched defs:AttributeStorage (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/lib/IR/
DAttributes.cpp19 AttributeStorage::AttributeStorage(Type type) in AttributeStorage() function in AttributeStorage
21 AttributeStorage::AttributeStorage() : type(nullptr) {} in AttributeStorage() function in AttributeStorage
/external/llvm-project/mlir/include/mlir/IR/
DStorageUniquerSupport.h22 class AttributeStorage; variable