Searched refs:ThisCall (Results 1 – 8 of 8) sorted by relevance
/third_party/rust/crates/bindgen/bindgen/ir/ |
D | function.rs | 183 ThisCall, enumerator 202 "thiscall" => Ok(Self::ThisCall), in from_str() 218 Self::ThisCall => "thiscall", in fmt() 291 CXCallingConv_X86ThisCall => ClangAbi::Known(Abi::ThisCall), in get_abi()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 184 ThisCall = 0x0b, // this call (this passed in register) enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
D | PDBExtras.cpp | 85 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, ThisCall , "thiscall", OS) in operator <<()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | EnumTables.cpp | 398 CV_ENUM_CLASS_ENT(CallingConvention, ThisCall),
|
D | TypeDumpVisitor.cpp | 121 ENUM_ENTRY(CallingConvention, ThisCall),
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 243 IO.enumCase(Value, "ThisCall", CallingConvention::ThisCall); in enumeration()
|
/third_party/rust/crates/bindgen/bindgen/codegen/ |
D | mod.rs | 2485 ClangAbi::Known(Abi::ThisCall) => { in codegen_method() 3989 ClangAbi::Known(Abi::ThisCall) in try_to_rust_ty() 4111 ClangAbi::Known(Abi::ThisCall) in codegen()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1792 case dwarf::DW_CC_BORLAND_thiscall: return CallingConvention::ThisCall; in dwarfCCToCodeView()
|