Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/IR/
DFunctionImplementation.cpp300 std::vector<SmallString<8>> argAttrStorage; in printFunctionAttributes() local
303 argAttrStorage.emplace_back(attrNameBuf); in printFunctionAttributes()
304 ignoredAttrs.append(argAttrStorage.begin(), argAttrStorage.end()); in printFunctionAttributes()