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

References

lib/DebugInfo/CodeView/EnumTables.cpp
  402     CV_ENUM_CLASS_ENT(CallingConvention, PpcCall),
lib/DebugInfo/CodeView/TypeDumpVisitor.cpp
  125     ENUM_ENTRY(CallingConvention, PpcCall),
lib/DebugInfo/PDB/PDBExtras.cpp
   89     CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, PpcCall    , "ppccall", OS)
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  247   IO.enumCase(Value, "PpcCall", CallingConvention::PpcCall);
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  121     RETURN_CASE(CallingConvention, PpcCall, "ppccall");
unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp
  188 static ProcedureRecord Procedure(TypeIndex(17), CallingConvention::PpcCall,