Searched refs:AM33Call (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeView.h | 202 AM33Call = 0x12, // AM33 call enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
H A D | PDBExtras.cpp | 92 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, AM33Call , "am33call", OS) in operator <<()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | EnumTables.cpp | 420 CV_ENUM_CLASS_ENT(CallingConvention, AM33Call),
|
H A D | TypeDumpVisitor.cpp | 129 ENUM_ENTRY(CallingConvention, AM33Call),
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalTypeDumper.cpp | 107 RETURN_CASE(CallingConvention, AM33Call, "am33call"); in formatCallingConvention()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLTypes.cpp | 255 IO.enumCase(Value, "AM33Call", CallingConvention::AM33Call); in enumeration()
|