Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyFunctionDumper.cpp71 (!ClassParent && CC == CallingConvention::NearStdCall)) { in start()
174 (!ClassParent && CC != CallingConvention::NearStdCall)) { in start()
H A DMinimalTypeDumper.cpp122 RETURN_CASE(CallingConvention, NearStdCall, "stdcall"); in formatCallingConvention()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h185 NearStdCall = 0x07, // near standard call enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp81 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, NearStdCall, "stdcall", OS) in operator <<()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp118 ENUM_ENTRY(CallingConvention, NearStdCall),
H A DEnumTables.cpp406 CV_ENUM_CLASS_ENT(CallingConvention, NearStdCall),
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp244 IO.enumCase(Value, "NearStdCall", CallingConvention::NearStdCall); in enumeration()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp349 case llvm::codeview::CallingConvention::NearStdCall: in TranslateCallingConvention()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp147 case CC::NearStdCall: in TranslateCallingConvention()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2003 case dwarf::DW_CC_BORLAND_stdcall: return CallingConvention::NearStdCall; in dwarfCCToCodeView()