Home
last modified time | relevance | path

Searched refs:SHCall (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h200 SHCall = 0x10, // Hitachi SuperH call enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp90 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, SHCall , "superhcall", OS) in operator <<()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp418 CV_ENUM_CLASS_ENT(CallingConvention, SHCall),
H A DTypeDumpVisitor.cpp127 ENUM_ENTRY(CallingConvention, SHCall),
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp126 RETURN_CASE(CallingConvention, SHCall, "shcall"); in formatCallingConvention()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp253 IO.enumCase(Value, "SHCall", CallingConvention::SHCall); in enumeration()