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

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 182 NearSysCall = 0x09, // near sys call
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
EnumTables.cpp 404 CV_ENUM_CLASS_ENT(CallingConvention, NearSysCall),
TypeDumpVisitor.cpp 119 ENUM_ENTRY(CallingConvention, NearSysCall),
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
PDBExtras.cpp 83 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, NearSysCall, "syscall", OS)
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
MinimalTypeDumper.cpp 119 RETURN_CASE(CallingConvention, NearSysCall, "near syscall");
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
CodeViewYAMLTypes.cpp 246 IO.enumCase(Value, "NearSysCall", CallingConvention::NearSysCall);

Completed in 26 milliseconds