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

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 189 SHCall = 0x10, // Hitachi SuperH call
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
EnumTables.cpp 411 CV_ENUM_CLASS_ENT(CallingConvention, SHCall),
TypeDumpVisitor.cpp 126 ENUM_ENTRY(CallingConvention, SHCall),
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
PDBExtras.cpp 90 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, SHCall , "superhcall", OS)
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
MinimalTypeDumper.cpp 122 RETURN_CASE(CallingConvention, SHCall, "shcall");
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
CodeViewYAMLTypes.cpp 253 IO.enumCase(Value, "SHCall", CallingConvention::SHCall);

Completed in 21 milliseconds