Searched refs:ThisCall (Results 1 – 21 of 21) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/ |
D | pdbdump-yaml-types.test | 83 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/ |
D | types-non-virtual-methods.ll | 80 ; CHECK: CallingConvention: ThisCall (0xB) 161 ; CHECK: CallingConvention: ThisCall (0xB) 180 ; CHECK: CallingConvention: ThisCall (0xB) 199 ; CHECK: CallingConvention: ThisCall (0xB)
|
D | global-type-hashes.ll | 198 ; YAML: CallConv: ThisCall 211 ; YAML: CallConv: ThisCall
|
D | static-methods.ll | 32 ; CHECK-NEXT: CallingConvention: ThisCall (0xB)
|
D | types-calling-conv.ll | 53 ; CHECK: CallingConvention: ThisCall (0xB)
|
/external/llvm/test/DebugInfo/COFF/ |
D | types-non-virtual-methods.ll | 80 ; CHECK: CallingConvention: ThisCall (0xB) 161 ; CHECK: CallingConvention: ThisCall (0xB) 180 ; CHECK: CallingConvention: ThisCall (0xB) 199 ; CHECK: CallingConvention: ThisCall (0xB)
|
D | types-calling-conv.ll | 53 ; CHECK: CallingConvention: ThisCall (0xB)
|
/external/llvm/tools/llvm-pdbdump/ |
D | FunctionDumper.cpp | 65 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/ |
D | PrettyFunctionDumper.cpp | 65 if ((ClassParent && CC == CallingConvention::ThisCall) || in start() 167 if ((ClassParent && CC != CallingConvention::ThisCall) || in start()
|
D | MinimalTypeDumper.cpp | 100 RETURN_CASE(CallingConvention, ThisCall, "thiscall"); in formatCallingConvention()
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 175 ThisCall = 0x0b, // this call (this passed in register) enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 184 ThisCall = 0x0b, // this call (this passed in register) enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/ |
D | PDBExtras.cpp | 59 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, ThisCall , "thiscall", OS) in operator <<()
|
/external/llvm/lib/DebugInfo/PDB/ |
D | PDBExtras.cpp | 59 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, ThisCall , "thiscall", OS) in operator <<()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/ |
D | TypeIndexDiscoveryTest.cpp | 193 CallingConvention::ThisCall,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeDumpVisitor.cpp | 122 ENUM_ENTRY(CallingConvention, ThisCall),
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | TypeDumper.cpp | 168 ENUM_ENTRY(CallingConvention, ThisCall),
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 244 IO.enumCase(Value, "ThisCall", CallingConvention::ThisCall); in enumeration()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1236 case dwarf::DW_CC_BORLAND_thiscall: return CallingConvention::ThisCall; in dwarfCCToCodeView()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1617 case dwarf::DW_CC_BORLAND_thiscall: return CallingConvention::ThisCall; in dwarfCCToCodeView()
|
/external/clang/include/clang/Basic/ |
D | Attr.td | 1449 def ThisCall : InheritableAttr {
|