Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/TableGen/
DAttribute.h225 explicit StructAttr(const llvm::Record &record) : StructAttr(&record){}; in StructAttr() function
/external/llvm-project/mlir/lib/TableGen/
DAttribute.cpp254 StructAttr::StructAttr(const llvm::Record *record) : Attribute(record) { in StructAttr() function in StructAttr
259 StructAttr::StructAttr(const llvm::DefInit *init) in StructAttr() function in StructAttr