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

References

lib/DebugInfo/CodeView/EnumTables.cpp
  401     CV_ENUM_CLASS_ENT(CallingConvention, AlphaCall),
lib/DebugInfo/CodeView/TypeDumpVisitor.cpp
  124     ENUM_ENTRY(CallingConvention, AlphaCall),
lib/DebugInfo/PDB/PDBExtras.cpp
   88     CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, AlphaCall  , "alphacall", OS)
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  246   IO.enumCase(Value, "AlphaCall", CallingConvention::AlphaCall);
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  102     RETURN_CASE(CallingConvention, AlphaCall, "alphacall");