Home
last modified time | relevance | path

Searched refs:NearVector (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h198 NearVector = 0x18 // near left to right push with regs, callee pops stack enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp98 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, NearVector , "vectorcall", OS) in operator <<()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp419 CV_ENUM_CLASS_ENT(CallingConvention, NearVector),
H A DTypeDumpVisitor.cpp134 ENUM_ENTRY(CallingConvention, NearVector),
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp120 RETURN_CASE(CallingConvention, NearVector, "vectorcall"); in formatCallingConvention()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp261 IO.enumCase(Value, "NearVector", CallingConvention::NearVector); in enumeration()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1846 case dwarf::DW_CC_LLVM_vectorcall: return CallingConvention::NearVector; in dwarfCCToCodeView()