Home
last modified time | relevance | path

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

/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/tools/llvm-pdbdump/
DFunctionDumper.cpp65 if ((ClassParent && CC == CallingConvention::ThisCall) || in start()
162 if ((ClassParent && CC != CallingConvention::ThisCall) || in start()
/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h175 ThisCall = 0x0b, // this call (this passed in register) enumerator
/external/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp59 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, ThisCall , "thiscall", OS) in operator <<()
/external/llvm/lib/DebugInfo/CodeView/
DTypeDumper.cpp168 ENUM_ENTRY(CallingConvention, ThisCall),
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1236 case dwarf::DW_CC_BORLAND_thiscall: return CallingConvention::ThisCall; in dwarfCCToCodeView()
/external/clang/include/clang/Basic/
DAttr.td1449 def ThisCall : InheritableAttr {