Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DSupport.h27 #define MLIR_CAPI_EXPORTED macro
31 #define MLIR_CAPI_EXPORTED __declspec(dllexport) macro
33 #define MLIR_CAPI_EXPORTED __declspec(dllimport) macro
37 #define MLIR_CAPI_EXPORTED __attribute__((visibility("default"))) macro