Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h192 AlphaCall = 0x0e, // Alpha call enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp88 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, AlphaCall , "alphacall", OS) in operator <<()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp125 ENUM_ENTRY(CallingConvention, AlphaCall),
H A DEnumTables.cpp413 CV_ENUM_CLASS_ENT(CallingConvention, AlphaCall),
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp106 RETURN_CASE(CallingConvention, AlphaCall, "alphacall"); in formatCallingConvention()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp251 IO.enumCase(Value, "AlphaCall", CallingConvention::AlphaCall); in enumeration()