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

References

lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
 1793   case dwarf::DW_CC_BORLAND_stdcall:    return CallingConvention::NearStdCall;
lib/DebugInfo/CodeView/EnumTables.cpp
  394     CV_ENUM_CLASS_ENT(CallingConvention, NearStdCall),
lib/DebugInfo/CodeView/TypeDumpVisitor.cpp
  117     ENUM_ENTRY(CallingConvention, NearStdCall),
lib/DebugInfo/PDB/PDBExtras.cpp
   81     CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, NearStdCall, "stdcall", OS)
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  239   IO.enumCase(Value, "NearStdCall", CallingConvention::NearStdCall);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
  138   case CC::NearStdCall:
tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
  349   case llvm::codeview::CallingConvention::NearStdCall:
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  118     RETURN_CASE(CallingConvention, NearStdCall, "stdcall");
tools/llvm-pdbutil/PrettyFunctionDumper.cpp
   68       (!ClassParent && CC == CallingConvention::NearStdCall)) {
  171       (!ClassParent && CC != CallingConvention::NearStdCall)) {