Home
last modified time | relevance | path

Searched defs:call_conv (Results 1 – 25 of 155) sorted by relevance

1234567

/dports/lang/mono/mono-5.10.1.57/mcs/ilasm/codegen/
H A DCalliInstr.cs18 private PEAPI.CallConv call_conv; field in Mono.ILASM.CalliInstr
22 public CalliInstr (PEAPI.CallConv call_conv, BaseTypeRef ret_type, in CalliInstr()
H A DBaseMethodRef.cs18 protected PEAPI.CallConv call_conv; field in Mono.ILASM.BaseMethodRef
29 public BaseMethodRef (BaseTypeRef owner, PEAPI.CallConv call_conv, in BaseMethodRef()
H A DPrimitiveTypeRef.cs76PEAPI.CallConv call_conv, string name, BaseTypeRef[] param, int gen_param_count) in CreateMethodRef()
81 … public override BaseMethodRef GetMethodRef (BaseTypeRef ret_type, PEAPI.CallConv call_conv, in GetMethodRef()
H A DBaseTypeRef.cs59PEAPI.CallConv call_conv, string name, BaseTypeRef[] param, int gen_param_count); in CreateMethodRef()
62PEAPI.CallConv call_conv, string name, BaseTypeRef[] param, int gen_param_count) in GetMethodRef()
H A DGenericTypeInst.cs93PEAPI.CallConv call_conv, string name, BaseTypeRef[] param, int gen_param_count) in CreateMethodRef()
98 … public override BaseMethodRef GetMethodRef (BaseTypeRef ret_type, PEAPI.CallConv call_conv, in GetMethodRef()
H A DGlobalMethodRef.cs18 public GlobalMethodRef (BaseTypeRef ret_type, PEAPI.CallConv call_conv, in GlobalMethodRef()
H A DMethodRef.cs18 public MethodRef (TypeRef owner, PEAPI.CallConv call_conv, in MethodRef()
H A DTypeSpecMethodRef.cs19 PEAPI.CallConv call_conv, BaseTypeRef ret_type, in TypeSpecMethodRef()
H A DExternMethodRef.cs19PEAPI.CallConv call_conv, string name, BaseTypeRef[] param, int gen_param_count) in ExternMethodRef()
H A DMethodDef.cs23 private PEAPI.CallConv call_conv; field in Mono.ILASM.MethodDef
57 PEAPI.CallConv call_conv, PEAPI.ImplAttr impl_attr, in MethodDef()
778 … public static string CreateSignature (BaseTypeRef RetType, PEAPI.CallConv call_conv, string name, in CreateSignature()
822 …me, BaseTypeRef[] param_list, int gen_param_count, bool include_optional, PEAPI.CallConv call_conv) in CreateSignature()
H A DSentinel.cs43 … protected override BaseMethodRef CreateMethodRef (BaseTypeRef ret_type, PEAPI.CallConv call_conv, in CreateMethodRef()
H A DTypeDef.cs490 public PEAPI.Method ResolveMethod (BaseTypeRef ret_type, PEAPI.CallConv call_conv, in ResolveMethod()
501 … public PEAPI.Method ResolveVarargMethod (BaseTypeRef ret_type, PEAPI.CallConv call_conv, in ResolveVarargMethod()
517 … private PEAPI.Method ResolveAsMethodRef (BaseTypeRef ret_type, PEAPI.CallConv call_conv, in ResolveAsMethodRef()
H A DMethodPointerTypeRef.cs116 … protected override BaseMethodRef CreateMethodRef (BaseTypeRef ret_type, PEAPI.CallConv call_conv, in CreateMethodRef()
H A DTypeRef.cs41PEAPI.CallConv call_conv, string name, BaseTypeRef[] param, int gen_param_count) in CreateMethodRef()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/jit/src/
H A Dnative.rs9 pub fn call_conv() -> cranelift_codegen::isa::CallConv { in call_conv() function
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/scriptengine/
H A Dscript_audio.cpp56 asDWORD call_conv = mp ? asCALL_GENERIC : asCALL_CDECL; in registerScriptFunctions() local
H A Dscript_challenges.cpp123 asDWORD call_conv = mp ? asCALL_GENERIC : asCALL_CDECL; in registerScriptFunctions() local
H A Dscriptvec3.cpp66 asDWORD call_conv = mp ? asCALL_GENERIC : asCALL_CDECL_OBJLAST; in RegisterVec3() local
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/legalizer/
H A Dlibcall.rs22 let call_conv = CallConv::for_libcall(isa); in expand_as_libcall() localVariable
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cranelift-codegen-0.44.0/src/legalizer/
H A Dlibcall.rs22 let call_conv = CallConv::for_libcall(isa); in expand_as_libcall() localVariable
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/legalizer/
H A Dlibcall.rs22 let call_conv = CallConv::for_libcall(isa.flags(), isa.default_call_conv()); in expand_as_libcall() localVariable
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/legalizer/
H A Dlibcall.rs22 let call_conv = CallConv::for_libcall(isa.flags(), isa.default_call_conv()); in expand_as_libcall() localVariable
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/legalizer/
H A Dlibcall.rs22 let call_conv = CallConv::for_libcall(isa.flags(), isa.default_call_conv()); in expand_as_libcall() localVariable
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/legalizer/
H A Dlibcall.rs22 let call_conv = CallConv::for_libcall(isa.flags(), isa.default_call_conv()); in expand_as_libcall() localVariable
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen/src/legalizer/
H A Dlibcall.rs22 let call_conv = CallConv::for_libcall(isa); in expand_as_libcall() localVariable

1234567