Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h187 AlphaCall = 0x0e, // Alpha call enumerator
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp89 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, AlphaCall , "alphacall", OS) in operator <<()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp125 ENUM_ENTRY(CallingConvention, AlphaCall),
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp102 RETURN_CASE(CallingConvention, AlphaCall, "alphacall"); in formatCallingConvention()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp247 IO.enumCase(Value, "AlphaCall", CallingConvention::AlphaCall); in enumeration()