Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h191 AM33Call = 0x12, // AM33 call enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp92 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, AM33Call , "am33call", OS) in operator <<()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp413 CV_ENUM_CLASS_ENT(CallingConvention, AM33Call),
H A DTypeDumpVisitor.cpp128 ENUM_ENTRY(CallingConvention, AM33Call),
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp103 RETURN_CASE(CallingConvention, AM33Call, "am33call"); in formatCallingConvention()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp255 IO.enumCase(Value, "AM33Call", CallingConvention::AM33Call); in enumeration()