11 constexpr asmjit::TypeId GetTypeIdx()
noexcept {
12 return static_cast<asmjit::TypeId
>(asmjit::TypeUtils::TypeIdOfT<T>::kTypeId);
15 bool HasHiArgSlot(asmjit::TypeId typeId)
noexcept;
17 asmjit::TypeId GetValueTypeId(ValueType valueType)
noexcept;
19 asmjit::TypeId GetRetTypeId(ValueType valueType)
noexcept;
21 asmjit::CallConvId GetCallConv([[maybe_unused]] std::string_view conv)
noexcept;
24 asmjit::Error error{asmjit::kErrorOk};
27 void handleError(asmjit::Error err,
const char* message, asmjit::BaseEmitter* )
override {