Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen/ir/
Dfunction.rs181 Fastcall, enumerator
201 "fastcall" => Ok(Self::Fastcall), in from_str()
217 Self::Fastcall => "fastcall", in fmt()
290 CXCallingConv_X86FastCall => ClangAbi::Known(Abi::Fastcall), in get_abi()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DMicrosoftDemangleNodes.h65 Fastcall, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
DMicrosoftDemangleNodes.cpp86 case CallingConv::Fastcall: in outputCallingConvention()
DMicrosoftDemangle.cpp1705 return CallingConv::Fastcall; in demangleCallingConvention()
/third_party/rust/crates/bindgen/bindgen/codegen/
Dmod.rs5104 Some(ClangAbi::Known(Abi::Fastcall)) => (b'@', true), in names_will_be_identical_after_mangling()