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

References

lib/DebugInfo/CodeView/EnumTables.cpp
  399     CV_ENUM_CLASS_ENT(CallingConvention, MipsCall),
lib/DebugInfo/CodeView/TypeDumpVisitor.cpp
  122     ENUM_ENTRY(CallingConvention, MipsCall),
lib/DebugInfo/PDB/PDBExtras.cpp
   86     CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, MipsCall   , "mipscall", OS)
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  244   IO.enumCase(Value, "MipsCall", CallingConvention::MipsCall);
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  114     RETURN_CASE(CallingConvention, MipsCall, "mipscall");