Searched refs:SH5Call (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeView.h | 195 SH5Call = 0x14, // Hitachi SuperH-5 call enumerator
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/ |
H A D | PDBExtras.cpp | 94 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, SH5Call , "sh5call", OS) in operator <<()
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
H A D | EnumTables.cpp | 418 CV_ENUM_CLASS_ENT(CallingConvention, SH5Call),
|
H A D | TypeDumpVisitor.cpp | 131 ENUM_ENTRY(CallingConvention, SH5Call),
|
/openbsd/gnu/llvm/llvm/tools/llvm-pdbutil/ |
H A D | MinimalTypeDumper.cpp | 126 RETURN_CASE(CallingConvention, SH5Call, "sh5call"); in formatCallingConvention()
|
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLTypes.cpp | 257 IO.enumCase(Value, "SH5Call", CallingConvention::SH5Call); in enumeration()
|