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

References

lib/DebugInfo/CodeView/EnumTables.cpp
  405     CV_ENUM_CLASS_ENT(CallingConvention, AM33Call),
lib/DebugInfo/CodeView/TypeDumpVisitor.cpp
  128     ENUM_ENTRY(CallingConvention, AM33Call),
lib/DebugInfo/PDB/PDBExtras.cpp
   92     CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, AM33Call   , "am33call", OS)
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  250   IO.enumCase(Value, "AM33Call", CallingConvention::AM33Call);
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  103     RETURN_CASE(CallingConvention, AM33Call, "am33call");