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

References

lib/DebugInfo/CodeView/EnumTables.cpp
  393     CV_ENUM_CLASS_ENT(CallingConvention, FarFast),
lib/DebugInfo/CodeView/TypeDumpVisitor.cpp
  116     ENUM_ENTRY(CallingConvention, FarFast),
lib/DebugInfo/PDB/PDBExtras.cpp
   80     CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, FarFast    , "fastcall", OS)
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  238   IO.enumCase(Value, "FarFast", CallingConvention::FarFast);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
  136   case CC::FarFast:
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  107     RETURN_CASE(CallingConvention, FarFast, "far fastcall");