Home
last modified time | relevance | path

Searched refs:ThisCall (Results 1 – 25 of 35) sorted by relevance

12

/external/llvm-project/llvm/test/DebugInfo/PDB/
Dpdbdump-yaml-types.test83 YAML: CallConv: ThisCall
93 YAML: CallConv: ThisCall
183 YAML: CallConv: ThisCall
196 YAML: CallConv: ThisCall
206 YAML: CallConv: ThisCall
306 YAML: CallConv: ThisCall
316 YAML: CallConv: ThisCall
409 YAML: CallConv: ThisCall
419 YAML: CallConv: ThisCall
549 YAML: CallConv: ThisCall
[all …]
/external/llvm/test/DebugInfo/COFF/
Dtypes-non-virtual-methods.ll80 ; CHECK: CallingConvention: ThisCall (0xB)
161 ; CHECK: CallingConvention: ThisCall (0xB)
180 ; CHECK: CallingConvention: ThisCall (0xB)
199 ; CHECK: CallingConvention: ThisCall (0xB)
Dtypes-calling-conv.ll53 ; CHECK: CallingConvention: ThisCall (0xB)
/external/llvm-project/llvm/test/DebugInfo/COFF/
Dtypes-non-virtual-methods.ll80 ; CHECK: CallingConvention: ThisCall (0xB)
160 ; CHECK: CallingConvention: ThisCall (0xB)
179 ; CHECK: CallingConvention: ThisCall (0xB)
198 ; CHECK: CallingConvention: ThisCall (0xB)
Dglobal-type-hashes.ll199 ; YAML: CallConv: ThisCall
212 ; YAML: CallConv: ThisCall
Dstatic-methods.ll33 ; CHECK-NEXT: CallingConvention: ThisCall (0xB)
Dtypes-calling-conv.ll53 ; CHECK: CallingConvention: ThisCall (0xB)
/external/llvm/tools/llvm-pdbdump/
DFunctionDumper.cpp65 if ((ClassParent && CC == CallingConvention::ThisCall) || in start()
162 if ((ClassParent && CC != CallingConvention::ThisCall) || in start()
/external/rust/crates/bindgen/src/ir/
Dfunction.rs176 ThisCall, enumerator
201 Abi::ThisCall => quote! { "thiscall" }, in to_tokens()
239 CXCallingConv_X86ThisCall => Abi::ThisCall, in get_abi()
/external/llvm-project/llvm/tools/llvm-pdbutil/
DPrettyFunctionDumper.cpp67 if ((ClassParent && CC == CallingConvention::ThisCall) || in start()
170 if ((ClassParent && CC != CallingConvention::ThisCall) || in start()
DMinimalTypeDumper.cpp124 RETURN_CASE(CallingConvention, ThisCall, "thiscall"); in formatCallingConvention()
/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h175 ThisCall = 0x0b, // this call (this passed in register) enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h184 ThisCall = 0x0b, // this call (this passed in register) enumerator
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h184 ThisCall = 0x0b, // this call (this passed in register) enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp85 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, ThisCall , "thiscall", OS) in operator <<()
/external/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp59 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, ThisCall , "thiscall", OS) in operator <<()
/external/llvm-project/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp85 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, ThisCall , "thiscall", OS) in operator <<()
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp406 CV_ENUM_CLASS_ENT(CallingConvention, ThisCall),
DTypeDumpVisitor.cpp121 ENUM_ENTRY(CallingConvention, ThisCall),
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp398 CV_ENUM_CLASS_ENT(CallingConvention, ThisCall),
DTypeDumpVisitor.cpp121 ENUM_ENTRY(CallingConvention, ThisCall),
/external/llvm-project/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp192 CallingConvention::ThisCall,
/external/llvm/lib/DebugInfo/CodeView/
DTypeDumper.cpp168 ENUM_ENTRY(CallingConvention, ThisCall),
/external/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp243 IO.enumCase(Value, "ThisCall", CallingConvention::ThisCall); in enumeration()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp243 IO.enumCase(Value, "ThisCall", CallingConvention::ThisCall); in enumeration()

12