| // Copyright 2019 The IREE Authors |
| // |
| // Licensed under the Apache License v2.0 with LLVM Exceptions. |
| // See https://llvm.org/LICENSE.txt for license information. |
| // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception |
| |
| #ifndef IREE_VM_API_H_ |
| #define IREE_VM_API_H_ |
| |
| #include "iree/base/api.h" |
| #include "iree/vm/buffer.h" // IWYU pragma: export |
| #include "iree/vm/builtin_types.h" // IWYU pragma: export |
| #include "iree/vm/context.h" // IWYU pragma: export |
| #include "iree/vm/instance.h" // IWYU pragma: export |
| #include "iree/vm/invocation.h" // IWYU pragma: export |
| #include "iree/vm/list.h" // IWYU pragma: export |
| #include "iree/vm/module.h" // IWYU pragma: export |
| #include "iree/vm/native_module.h" // IWYU pragma: export |
| #include "iree/vm/ref.h" // IWYU pragma: export |
| #include "iree/vm/shims.h" // IWYU pragma: export |
| #include "iree/vm/stack.h" // IWYU pragma: export |
| #include "iree/vm/type_def.h" // IWYU pragma: export |
| #include "iree/vm/value.h" // IWYU pragma: export |
| |
| #endif // IREE_VM_API_H_ |