Home
last modified time | relevance | path

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

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