HomeSort by: relevance | last modified time | path
    Searched refs:ThisCall (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
PrettyFunctionDumper.cpp 67 if ((ClassParent && CC == CallingConvention::ThisCall) ||
170 if ((ClassParent && CC != CallingConvention::ThisCall) ||
MinimalTypeDumper.cpp 124 RETURN_CASE(CallingConvention, ThisCall, "thiscall");
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 184 ThisCall = 0x0b, // this call (this passed in register)
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
EnumTables.cpp 406 CV_ENUM_CLASS_ENT(CallingConvention, ThisCall),
TypeDumpVisitor.cpp 121 ENUM_ENTRY(CallingConvention, ThisCall),
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
PDBExtras.cpp 85 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, ThisCall , "thiscall", OS)
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
CodeViewYAMLTypes.cpp 248 IO.enumCase(Value, "ThisCall", CallingConvention::ThisCall);
  /src/external/apache2/llvm/dist/clang/lib/AST/
TypePrinter.cpp 941 OS << " __attribute__((thiscall))";
1706 case attr::ThisCall: OS << "thiscall"; break;
Type.cpp 3132 case CC_X86ThisCall: return "thiscall";
3558 case attr::ThisCall:
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp 1843 case dwarf::DW_CC_BORLAND_thiscall: return CallingConvention::ThisCall;

Completed in 33 milliseconds