Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DBuiltinAttributes.h184 MLIR_CAPI_EXPORTED MlirAttribute mlirStringAttrTypedGet(MlirType type,
/external/llvm-project/mlir/lib/CAPI/IR/
DBuiltinAttributes.cpp191 MlirAttribute mlirStringAttrTypedGet(MlirType type, MlirStringRef str) { in mlirStringAttrTypedGet() function
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp1583 mlirStringAttrTypedGet(type, toMlirStringRef(value)); in bindDerived()