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

References

lib/DebugInfo/CodeView/EnumTables.cpp
  403     CV_ENUM_CLASS_ENT(CallingConvention, SHCall),
lib/DebugInfo/CodeView/TypeDumpVisitor.cpp
  126     ENUM_ENTRY(CallingConvention, SHCall),
lib/DebugInfo/PDB/PDBExtras.cpp
   90     CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, SHCall     , "superhcall", OS)
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  248   IO.enumCase(Value, "SHCall", CallingConvention::SHCall);
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  122     RETURN_CASE(CallingConvention, SHCall, "shcall");