Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir-c/
H A DBuiltinAttributes.h201 MLIR_CAPI_EXPORTED MlirStringRef mlirStringAttrGetValue(MlirAttribute attr);
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DBuiltinAttributes.cpp204 MlirStringRef mlirStringAttrGetValue(MlirAttribute attr) { in mlirStringAttrGetValue() function
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c894 MlirStringRef stringValue = mlirStringAttrGetValue(string); in printBuiltinAttributes()
1950 MlirStringRef newNameStr = mlirStringAttrGetValue(newName); in testSymbolTable()
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRAttributes.cpp388 MlirStringRef stringRef = mlirStringAttrGetValue(self); in bindDerived()