74 static constexpr std::string_view CDecl =
"cdecl";
75 static constexpr std::string_view StdCall =
"stdcall";
76 static constexpr std::string_view FastCall =
"fastcall";
77 static constexpr std::string_view VectorCall =
"vectorcall";
78 static constexpr std::string_view ThisCall =
"thiscall";
79 static constexpr std::string_view RegParm1 =
"regparm1";
80 static constexpr std::string_view RegParm2 =
"regparm2";
81 static constexpr std::string_view RegParm3 =
"regparm3";
82 static constexpr std::string_view LightCall2 =
"lightcall2";
83 static constexpr std::string_view LightCall3 =
"lightcall3";
84 static constexpr std::string_view LightCall4 =
"lightcall4";
85 static constexpr std::string_view SoftFloat =
"softfloat";
86 static constexpr std::string_view HardFloat =
"hardfloat";
87 static constexpr std::string_view X64SystemV =
"x64systemv";
88 static constexpr std::string_view X64Windows =
"x64windows";
89 static constexpr std::string_view MaxValue =
"maxvalue";