Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/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)
Dglobal-type-hashes.ll198 ; YAML: CallConv: ThisCall
211 ; YAML: CallConv: ThisCall
Dstatic-methods.ll32 ; CHECK-NEXT: CallingConvention: ThisCall (0xB)
Dtypes-calling-conv.ll53 ; CHECK: CallingConvention: ThisCall (0xB)
/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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DPrettyFunctionDumper.cpp65 if ((ClassParent && CC == CallingConvention::ThisCall) || in start()
167 if ((ClassParent && CC != CallingConvention::ThisCall) || in start()
DMinimalTypeDumper.cpp100 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-7.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h184 ThisCall = 0x0b, // this call (this passed in register) enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp59 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/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp193 CallingConvention::ThisCall,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeDumpVisitor.cpp122 ENUM_ENTRY(CallingConvention, ThisCall),
/external/llvm/lib/DebugInfo/CodeView/
DTypeDumper.cpp168 ENUM_ENTRY(CallingConvention, ThisCall),
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp244 IO.enumCase(Value, "ThisCall", CallingConvention::ThisCall); in enumeration()
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1236 case dwarf::DW_CC_BORLAND_thiscall: return CallingConvention::ThisCall; in dwarfCCToCodeView()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1617 case dwarf::DW_CC_BORLAND_thiscall: return CallingConvention::ThisCall; in dwarfCCToCodeView()
/external/clang/include/clang/Basic/
DAttr.td1449 def ThisCall : InheritableAttr {