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

References

lib/DebugInfo/CodeView/EnumTables.cpp
  404     CV_ENUM_CLASS_ENT(CallingConvention, ArmCall),
lib/DebugInfo/CodeView/TypeDumpVisitor.cpp
  127     ENUM_ENTRY(CallingConvention, ArmCall),
lib/DebugInfo/PDB/PDBExtras.cpp
   91     CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, ArmCall    , "armcall", OS)
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  249   IO.enumCase(Value, "ArmCall", CallingConvention::ArmCall);
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  104     RETURN_CASE(CallingConvention, ArmCall, "armcall");