Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DSupport.h51 struct MlirStringRef { struct
55 typedef struct MlirStringRef MlirStringRef; typedef
/external/llvm-project/mlir/include/mlir/CAPI/
DUtils.h30 CallbackOstream(std::function<void(MlirStringRef, void *)> callback, in CallbackOstream()