Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h196 AM33Call = 0x12, // AM33 call enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp92 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, AM33Call , "am33call", OS) in operator <<()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp129 ENUM_ENTRY(CallingConvention, AM33Call),
H A DEnumTables.cpp417 CV_ENUM_CLASS_ENT(CallingConvention, AM33Call),
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp107 RETURN_CASE(CallingConvention, AM33Call, "am33call"); in formatCallingConvention()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp255 IO.enumCase(Value, "AM33Call", CallingConvention::AM33Call); in enumeration()