Searched refs:AlphaCall (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeView.h | 198 AlphaCall = 0x0e, // Alpha call enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
H A D | PDBExtras.cpp | 88 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, AlphaCall , "alphacall", OS) in operator <<()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | EnumTables.cpp | 416 CV_ENUM_CLASS_ENT(CallingConvention, AlphaCall),
|
H A D | TypeDumpVisitor.cpp | 125 ENUM_ENTRY(CallingConvention, AlphaCall),
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalTypeDumper.cpp | 106 RETURN_CASE(CallingConvention, AlphaCall, "alphacall"); in formatCallingConvention()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLTypes.cpp | 251 IO.enumCase(Value, "AlphaCall", CallingConvention::AlphaCall); in enumeration()
|