Home
last modified time | relevance | path

Searched refs:Fastcall (Results 1 – 8 of 8) sorted by relevance

/external/rust/crates/bindgen/src/ir/
Dfunction.rs174 Fastcall, enumerator
200 Abi::Fastcall => quote! { "fastcall" }, in to_tokens()
238 CXCallingConv_X86FastCall => Abi::Fastcall, in get_abi()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DMicrosoftDemangleNodes.h65 Fastcall, enumerator
/external/llvm-project/llvm/include/llvm/Demangle/
DMicrosoftDemangleNodes.h65 Fastcall, enumerator
/external/llvm-project/llvm/lib/Demangle/
DMicrosoftDemangleNodes.cpp86 case CallingConv::Fastcall: in outputCallingConvention()
DMicrosoftDemangle.cpp1705 return CallingConv::Fastcall; in demangleCallingConvention()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
DMicrosoftDemangleNodes.cpp86 case CallingConv::Fastcall: in outputCallingConvention()
DMicrosoftDemangle.cpp1705 return CallingConv::Fastcall; in demangleCallingConvention()
/external/rust/crates/bindgen/src/codegen/
Dmod.rs4700 Some(Abi::Fastcall) => (b'@', true), in names_will_be_identical_after_mangling()