Searched refs:NearVector (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeView.h | 203 NearVector = 0x18 // near left to right push with regs, callee pops stack enumerator
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/COFF/ |
| H A D | types-calling-conv.ll | 156 ; CHECK: CallingConvention: NearVector (0x18)
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBExtras.cpp | 98 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, NearVector , "vectorcall", OS) in operator <<()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/ |
| H A D | EnumTables.cpp | 422 CV_ENUM_CLASS_ENT(CallingConvention, NearVector),
|
| H A D | TypeDumpVisitor.cpp | 135 ENUM_ENTRY(CallingConvention, NearVector),
|
| /llvm-project-15.0.7/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalTypeDumper.cpp | 123 RETURN_CASE(CallingConvention, NearVector, "vectorcall"); in formatCallingConvention()
|
| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypes.cpp | 261 IO.enumCase(Value, "NearVector", CallingConvention::NearVector); in enumeration()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 348 case llvm::codeview::CallingConvention::NearVector: in TranslateCallingConvention()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbAstBuilder.cpp | 203 case CC::NearVector: in TranslateCallingConvention()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 1953 case dwarf::DW_CC_LLVM_vectorcall: return CallingConvention::NearVector; in dwarfCCToCodeView()
|