3 #include <asmjit/asmjit.h>
4 #include <plugify/method.hpp>
11 constexpr asmjit::TypeId GetTypeIdx() noexcept {
12 return static_cast<asmjit::TypeId
>(asmjit::TypeUtils::TypeIdOfT<T>::kTypeId);
15 asmjit::TypeId GetValueTypeId(ValueType valueType) noexcept;
17 asmjit::TypeId GetRetTypeId(ValueType valueType) noexcept;
19 asmjit::CallConvId GetCallConv([[maybe_unused]] std::string_view conv) noexcept;
Namespace containing utility functions of jit related things.