Home
last modified time | relevance | path

Searched refs:SH5Call (Results 1 – 8 of 8) sorted by relevance

/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h184 SH5Call = 0x14, // Hitachi SuperH-5 call enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h193 SH5Call = 0x14, // Hitachi SuperH-5 call enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp68 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, SH5Call , "sh5call", OS) in operator <<()
/external/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp68 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, SH5Call , "sh5call", OS) in operator <<()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeDumpVisitor.cpp131 ENUM_ENTRY(CallingConvention, SH5Call),
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp99 RETURN_CASE(CallingConvention, SH5Call, "sh5call"); in formatCallingConvention()
/external/llvm/lib/DebugInfo/CodeView/
DTypeDumper.cpp177 ENUM_ENTRY(CallingConvention, SH5Call),
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp253 IO.enumCase(Value, "SH5Call", CallingConvention::SH5Call); in enumeration()