Searched refs:NearStdCall (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/llvm-pdbutil/ |
| H A D | PrettyFunctionDumper.cpp | 71 (!ClassParent && CC == CallingConvention::NearStdCall)) { in start() 174 (!ClassParent && CC != CallingConvention::NearStdCall)) { in start()
|
| H A D | MinimalTypeDumper.cpp | 121 RETURN_CASE(CallingConvention, NearStdCall, "stdcall"); in formatCallingConvention()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeView.h | 185 NearStdCall = 0x07, // near standard call enumerator
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/COFF/ |
| H A D | types-calling-conv.ll | 141 ; CHECK: CallingConvention: NearStdCall (0x7)
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBExtras.cpp | 81 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, NearStdCall, "stdcall", OS) in operator <<()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/ |
| H A D | EnumTables.cpp | 405 CV_ENUM_CLASS_ENT(CallingConvention, NearStdCall),
|
| H A D | TypeDumpVisitor.cpp | 118 ENUM_ENTRY(CallingConvention, NearStdCall),
|
| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypes.cpp | 244 IO.enumCase(Value, "NearStdCall", CallingConvention::NearStdCall); in enumeration()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 342 case llvm::codeview::CallingConvention::NearStdCall: in TranslateCallingConvention()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbAstBuilder.cpp | 198 case CC::NearStdCall: in TranslateCallingConvention()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 1951 case dwarf::DW_CC_BORLAND_stdcall: return CallingConvention::NearStdCall; in dwarfCCToCodeView()
|