Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h189 NearVector = 0x18 // near left to right push with regs, callee pops stack enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h198 NearVector = 0x18 // near left to right push with regs, callee pops stack enumerator
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h198 NearVector = 0x18 // near left to right push with regs, callee pops stack enumerator
/external/llvm/test/DebugInfo/COFF/
Dtypes-calling-conv.ll144 ; CHECK: CallingConvention: NearVector (0x18)
/external/llvm-project/llvm/test/DebugInfo/COFF/
Dtypes-calling-conv.ll156 ; CHECK: CallingConvention: NearVector (0x18)
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp98 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, NearVector , "vectorcall", OS) in operator <<()
/external/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp72 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, NearVector , "vectorcall", OS) in operator <<()
/external/llvm-project/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp98 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, NearVector , "vectorcall", OS) in operator <<()
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp419 CV_ENUM_CLASS_ENT(CallingConvention, NearVector),
DTypeDumpVisitor.cpp134 ENUM_ENTRY(CallingConvention, NearVector),
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp411 CV_ENUM_CLASS_ENT(CallingConvention, NearVector),
DTypeDumpVisitor.cpp134 ENUM_ENTRY(CallingConvention, NearVector),
/external/llvm-project/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp120 RETURN_CASE(CallingConvention, NearVector, "vectorcall"); in formatCallingConvention()
/external/llvm/lib/DebugInfo/CodeView/
DTypeDumper.cpp181 ENUM_ENTRY(CallingConvention, NearVector),
/external/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp256 IO.enumCase(Value, "NearVector", CallingConvention::NearVector); in enumeration()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp256 IO.enumCase(Value, "NearVector", CallingConvention::NearVector); in enumeration()
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DPDBASTParser.cpp346 case llvm::codeview::CallingConvention::NearVector: in TranslateCallingConvention()
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DPdbAstBuilder.cpp143 case CC::NearVector: in TranslateCallingConvention()
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1239 case dwarf::DW_CC_LLVM_vectorcall: return CallingConvention::NearVector; in dwarfCCToCodeView()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1816 case dwarf::DW_CC_LLVM_vectorcall: return CallingConvention::NearVector; in dwarfCCToCodeView()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1795 case dwarf::DW_CC_LLVM_vectorcall: return CallingConvention::NearVector; in dwarfCCToCodeView()