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

References

lib/DebugInfo/CodeView/EnumTables.cpp
  397     CV_ENUM_CLASS_ENT(CallingConvention, FarSysCall),
lib/DebugInfo/CodeView/TypeDumpVisitor.cpp
  120     ENUM_ENTRY(CallingConvention, FarSysCall),
lib/DebugInfo/PDB/PDBExtras.cpp
   84     CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, FarSysCall , "syscall", OS)
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  242   IO.enumCase(Value, "FarSysCall", CallingConvention::FarSysCall);
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  110     RETURN_CASE(CallingConvention, FarSysCall, "far syscall");