Searched refs:SHCall (Results 1 – 8 of 8) sorted by relevance
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 180 SHCall = 0x10, // Hitachi SuperH call enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 189 SHCall = 0x10, // Hitachi SuperH call enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/ |
D | PDBExtras.cpp | 64 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, SHCall , "superhcall", OS) in operator <<()
|
/external/llvm/lib/DebugInfo/PDB/ |
D | PDBExtras.cpp | 64 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, SHCall , "superhcall", OS) in operator <<()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeDumpVisitor.cpp | 127 ENUM_ENTRY(CallingConvention, SHCall),
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | MinimalTypeDumper.cpp | 98 RETURN_CASE(CallingConvention, SHCall, "shcall"); in formatCallingConvention()
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | TypeDumper.cpp | 173 ENUM_ENTRY(CallingConvention, SHCall),
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 249 IO.enumCase(Value, "SHCall", CallingConvention::SHCall); in enumeration()
|