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

References

lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
 1791   case dwarf::DW_CC_BORLAND_msfastcall: return CallingConvention::NearFast;
lib/DebugInfo/CodeView/EnumTables.cpp
  392     CV_ENUM_CLASS_ENT(CallingConvention, NearFast),
lib/DebugInfo/CodeView/TypeDumpVisitor.cpp
  115     ENUM_ENTRY(CallingConvention, NearFast),
lib/DebugInfo/PDB/PDBExtras.cpp
   79     CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, NearFast   , "fastcall", OS)
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  237   IO.enumCase(Value, "NearFast", CallingConvention::NearFast);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
  135   case CC::NearFast:
tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
  351   case llvm::codeview::CallingConvention::NearFast:
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  116     RETURN_CASE(CallingConvention, NearFast, "fastcall");