Searched refs:ThisCall (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
| H A D | PrettyFunctionDumper.cpp | 67 if ((ClassParent && CC == CallingConvention::ThisCall) || in start() 170 if ((ClassParent && CC != CallingConvention::ThisCall) || in start()
|
| H A D | MinimalTypeDumper.cpp | 124 RETURN_CASE(CallingConvention, ThisCall, "thiscall"); in formatCallingConvention()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeView.h | 184 ThisCall = 0x0b, // this call (this passed in register) enumerator
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBExtras.cpp | 85 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, ThisCall , "thiscall", OS) in operator <<()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
| H A D | EnumTables.cpp | 406 CV_ENUM_CLASS_ENT(CallingConvention, ThisCall),
|
| H A D | TypeDumpVisitor.cpp | 121 ENUM_ENTRY(CallingConvention, ThisCall),
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypes.cpp | 248 IO.enumCase(Value, "ThisCall", CallingConvention::ThisCall); in enumeration()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | TypePrinter.cpp | 1706 case attr::ThisCall: OS << "thiscall"; break; in printAttributedAfter()
|
| H A D | Type.cpp | 3558 case attr::ThisCall: in isCallingConv()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 1843 case dwarf::DW_CC_BORLAND_thiscall: return CallingConvention::ThisCall; in dwarfCCToCodeView()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | Attr.td | 2502 def ThisCall : DeclOrTypeAttr {
|