/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 189 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/ |
D | CodeView.h | 198 NearVector = 0x18 // near left to right push with regs, callee pops stack enumerator
|
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 198 NearVector = 0x18 // near left to right push with regs, callee pops stack enumerator
|
/external/llvm/test/DebugInfo/COFF/ |
D | types-calling-conv.ll | 144 ; CHECK: CallingConvention: NearVector (0x18)
|
/external/llvm-project/llvm/test/DebugInfo/COFF/ |
D | types-calling-conv.ll | 156 ; CHECK: CallingConvention: NearVector (0x18)
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
D | PDBExtras.cpp | 98 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, NearVector , "vectorcall", OS) in operator <<()
|
/external/llvm/lib/DebugInfo/PDB/ |
D | PDBExtras.cpp | 72 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, NearVector , "vectorcall", OS) in operator <<()
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/ |
D | PDBExtras.cpp | 98 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, NearVector , "vectorcall", OS) in operator <<()
|
/external/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | EnumTables.cpp | 419 CV_ENUM_CLASS_ENT(CallingConvention, NearVector),
|
D | TypeDumpVisitor.cpp | 134 ENUM_ENTRY(CallingConvention, NearVector),
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | EnumTables.cpp | 411 CV_ENUM_CLASS_ENT(CallingConvention, NearVector),
|
D | TypeDumpVisitor.cpp | 134 ENUM_ENTRY(CallingConvention, NearVector),
|
/external/llvm-project/llvm/tools/llvm-pdbutil/ |
D | MinimalTypeDumper.cpp | 120 RETURN_CASE(CallingConvention, NearVector, "vectorcall"); in formatCallingConvention()
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | TypeDumper.cpp | 181 ENUM_ENTRY(CallingConvention, NearVector),
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 256 IO.enumCase(Value, "NearVector", CallingConvention::NearVector); in enumeration()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 256 IO.enumCase(Value, "NearVector", CallingConvention::NearVector); in enumeration()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
D | PDBASTParser.cpp | 346 case llvm::codeview::CallingConvention::NearVector: in TranslateCallingConvention()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
D | PdbAstBuilder.cpp | 143 case CC::NearVector: in TranslateCallingConvention()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1239 case dwarf::DW_CC_LLVM_vectorcall: return CallingConvention::NearVector; in dwarfCCToCodeView()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1816 case dwarf::DW_CC_LLVM_vectorcall: return CallingConvention::NearVector; in dwarfCCToCodeView()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1795 case dwarf::DW_CC_LLVM_vectorcall: return CallingConvention::NearVector; in dwarfCCToCodeView()
|