Searched refs:ThisCall (Results 1 – 8 of 8) sorted by relevance
80 ; CHECK: CallingConvention: ThisCall (0xB)161 ; CHECK: CallingConvention: ThisCall (0xB)180 ; CHECK: CallingConvention: ThisCall (0xB)199 ; CHECK: CallingConvention: ThisCall (0xB)
53 ; CHECK: CallingConvention: ThisCall (0xB)
65 if ((ClassParent && CC == CallingConvention::ThisCall) || in start()162 if ((ClassParent && CC != CallingConvention::ThisCall) || in start()
175 ThisCall = 0x0b, // this call (this passed in register) enumerator
59 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, ThisCall , "thiscall", OS) in operator <<()
168 ENUM_ENTRY(CallingConvention, ThisCall),
1236 case dwarf::DW_CC_BORLAND_thiscall: return CallingConvention::ThisCall; in dwarfCCToCodeView()
1449 def ThisCall : InheritableAttr {