Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDCodeView.h198 NearVector = 0x18 // near left to right push with regs, callee pops stack enumerator
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
HDPDBExtras.cpp98 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, NearVector , "vectorcall", OS) in operator <<()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDEnumTables.cpp411 CV_ENUM_CLASS_ENT(CallingConvention, NearVector),
HDTypeDumpVisitor.cpp134 ENUM_ENTRY(CallingConvention, NearVector),
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDMinimalTypeDumper.cpp120 RETURN_CASE(CallingConvention, NearVector, "vectorcall"); in formatCallingConvention()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDCodeViewYAMLTypes.cpp256 IO.enumCase(Value, "NearVector", CallingConvention::NearVector); in enumeration()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
HDPDBASTParser.cpp346 case llvm::codeview::CallingConvention::NearVector: in TranslateCallingConvention()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDPdbAstBuilder.cpp143 case CC::NearVector: in TranslateCallingConvention()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDCodeViewDebug.cpp1795 case dwarf::DW_CC_LLVM_vectorcall: return CallingConvention::NearVector; in dwarfCCToCodeView()