Searched refs:M32RCall (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeView.h | 196 M32RCall = 0x15, // M32R Call enumerator
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/ |
H A D | PDBExtras.cpp | 95 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, M32RCall , "m32rcall", OS) in operator <<()
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
H A D | EnumTables.cpp | 419 CV_ENUM_CLASS_ENT(CallingConvention, M32RCall),
|
H A D | TypeDumpVisitor.cpp | 132 ENUM_ENTRY(CallingConvention, M32RCall),
|
/openbsd/gnu/llvm/llvm/tools/llvm-pdbutil/ |
H A D | MinimalTypeDumper.cpp | 116 RETURN_CASE(CallingConvention, M32RCall, "m32rcall"); in formatCallingConvention()
|
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLTypes.cpp | 258 IO.enumCase(Value, "M32RCall", CallingConvention::M32RCall); in enumeration()
|