Lines Matching refs:MLIR_CAPI_EXPORTED
36 #define MLIR_CAPI_EXPORTED macro
40 #define MLIR_CAPI_EXPORTED __declspec(dllexport) macro
42 #define MLIR_CAPI_EXPORTED __declspec(dllimport) macro
46 #define MLIR_CAPI_EXPORTED __attribute__((visibility("default"))) macro
90 MLIR_CAPI_EXPORTED MlirStringRef
94 MLIR_CAPI_EXPORTED bool mlirStringRefEqual(MlirStringRef string,
147 MLIR_CAPI_EXPORTED MlirTypeID mlirTypeIDCreate(const void *ptr);
153 MLIR_CAPI_EXPORTED bool mlirTypeIDEqual(MlirTypeID typeID1, MlirTypeID typeID2);
156 MLIR_CAPI_EXPORTED size_t mlirTypeIDHashValue(MlirTypeID typeID);
163 MLIR_CAPI_EXPORTED MlirTypeIDAllocator mlirTypeIDAllocatorCreate();
166 MLIR_CAPI_EXPORTED void
170 MLIR_CAPI_EXPORTED MlirTypeID