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

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 178 NearFast = 0x04, // near left to right push with regs, callee pops stack
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
EnumTables.cpp 400 CV_ENUM_CLASS_ENT(CallingConvention, NearFast),
TypeDumpVisitor.cpp 115 ENUM_ENTRY(CallingConvention, NearFast),
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
PDBExtras.cpp 79 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, NearFast , "fastcall", OS)
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
MinimalTypeDumper.cpp 116 RETURN_CASE(CallingConvention, NearFast, "fastcall");
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
CodeViewYAMLTypes.cpp 242 IO.enumCase(Value, "NearFast", CallingConvention::NearFast);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp 1842 case dwarf::DW_CC_BORLAND_msfastcall: return CallingConvention::NearFast;

Completed in 21 milliseconds