reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/DebugInfo/CodeView/EnumTables.cpp
  407     CV_ENUM_CLASS_ENT(CallingConvention, SH5Call),
lib/DebugInfo/CodeView/TypeDumpVisitor.cpp
  130     ENUM_ENTRY(CallingConvention, SH5Call),
lib/DebugInfo/PDB/PDBExtras.cpp
   94     CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, SH5Call    , "sh5call", OS)
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  252   IO.enumCase(Value, "SH5Call", CallingConvention::SH5Call);
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  123     RETURN_CASE(CallingConvention, SH5Call, "sh5call");