Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DBuiltinAttributes.h189 MLIR_CAPI_EXPORTED MlirStringRef mlirStringAttrGetValue(MlirAttribute attr);
/external/llvm-project/mlir/lib/CAPI/IR/
DBuiltinAttributes.cpp195 MlirStringRef mlirStringAttrGetValue(MlirAttribute attr) { in mlirStringAttrGetValue() function
/external/llvm-project/mlir/test/CAPI/
Dir.c791 MlirStringRef stringValue = mlirStringAttrGetValue(string); in printBuiltinAttributes()
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp1591 MlirStringRef stringRef = mlirStringAttrGetValue(self); in bindDerived()