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

  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
PrettyFunctionDumper.cpp 68 (!ClassParent && CC == CallingConvention::NearStdCall)) {
171 (!ClassParent && CC != CallingConvention::NearStdCall)) {
MinimalTypeDumper.cpp 118 RETURN_CASE(CallingConvention, NearStdCall, "stdcall");
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 180 NearStdCall = 0x07, // near standard call
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
EnumTables.cpp 402 CV_ENUM_CLASS_ENT(CallingConvention, NearStdCall),
TypeDumpVisitor.cpp 117 ENUM_ENTRY(CallingConvention, NearStdCall),
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
PDBExtras.cpp 81 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, NearStdCall, "stdcall", OS)
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
CodeViewYAMLTypes.cpp 244 IO.enumCase(Value, "NearStdCall", CallingConvention::NearStdCall);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp 1844 case dwarf::DW_CC_BORLAND_stdcall: return CallingConvention::NearStdCall;

Completed in 19 milliseconds