Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDCodeView.h200 SHCall = 0x10, // Hitachi SuperH call enumerator
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
HDPDBExtras.cpp90 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, SHCall , "superhcall", OS) in operator <<()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDEnumTables.cpp418 CV_ENUM_CLASS_ENT(CallingConvention, SHCall),
HDTypeDumpVisitor.cpp127 ENUM_ENTRY(CallingConvention, SHCall),
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDMinimalTypeDumper.cpp126 RETURN_CASE(CallingConvention, SHCall, "shcall"); in formatCallingConvention()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDCodeViewYAMLTypes.cpp253 IO.enumCase(Value, "SHCall", CallingConvention::SHCall); in enumeration()