|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/DebugInfo/CodeView/EnumTables.cpp 395 CV_ENUM_CLASS_ENT(CallingConvention, FarStdCall),
lib/DebugInfo/CodeView/TypeDumpVisitor.cpp 118 ENUM_ENTRY(CallingConvention, FarStdCall),
lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp 145 return PDB_CallingConv::FarStdCall;
lib/DebugInfo/PDB/PDBExtras.cpp 82 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, FarStdCall , "stdcall", OS)
lib/ObjectYAML/CodeViewYAMLTypes.cpp 240 IO.enumCase(Value, "FarStdCall", CallingConvention::FarStdCall);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp 139 case CC::FarStdCall:
tools/llvm-pdbutil/MinimalTypeDumper.cpp 109 RETURN_CASE(CallingConvention, FarStdCall, "far stdcall");