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

References

lib/DebugInfo/CodeView/EnumTables.cpp
  410     CV_ENUM_CLASS_ENT(CallingConvention, Inline),
lib/DebugInfo/CodeView/TypeDumpVisitor.cpp
  133     ENUM_ENTRY(CallingConvention, Inline),
lib/DebugInfo/PDB/PDBExtras.cpp
   97     CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, Inline     , "inlinecall", OS)
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  255   IO.enumCase(Value, "Inline", CallingConvention::Inline);
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  112     RETURN_CASE(CallingConvention, Inline, "inline");