Home
last modified time | relevance | path

Searched refs:NearStdCall (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DPrettyFunctionDumper.cpp71 (!ClassParent && CC == CallingConvention::NearStdCall)) { in start()
174 (!ClassParent && CC != CallingConvention::NearStdCall)) { in start()
H A DMinimalTypeDumper.cpp121 RETURN_CASE(CallingConvention, NearStdCall, "stdcall"); in formatCallingConvention()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h185 NearStdCall = 0x07, // near standard call enumerator
/llvm-project-15.0.7/llvm/test/DebugInfo/COFF/
H A Dtypes-calling-conv.ll141 ; CHECK: CallingConvention: NearStdCall (0x7)
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp81 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, NearStdCall, "stdcall", OS) in operator <<()
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp405 CV_ENUM_CLASS_ENT(CallingConvention, NearStdCall),
H A DTypeDumpVisitor.cpp118 ENUM_ENTRY(CallingConvention, NearStdCall),
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp244 IO.enumCase(Value, "NearStdCall", CallingConvention::NearStdCall); in enumeration()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp342 case llvm::codeview::CallingConvention::NearStdCall: in TranslateCallingConvention()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp198 case CC::NearStdCall: in TranslateCallingConvention()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1951 case dwarf::DW_CC_BORLAND_stdcall: return CallingConvention::NearStdCall; in dwarfCCToCodeView()