Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DPrettyFunctionDumper.cpp68 (!ClassParent && CC == CallingConvention::NearStdCall)) { in start()
171 (!ClassParent && CC != CallingConvention::NearStdCall)) { in start()
H A DMinimalTypeDumper.cpp118 RETURN_CASE(CallingConvention, NearStdCall, "stdcall"); in formatCallingConvention()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h180 NearStdCall = 0x07, // near standard call enumerator
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp81 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, NearStdCall, "stdcall", OS) in operator <<()
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp402 CV_ENUM_CLASS_ENT(CallingConvention, NearStdCall),
H A DTypeDumpVisitor.cpp117 ENUM_ENTRY(CallingConvention, NearStdCall),
/netbsd/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp244 IO.enumCase(Value, "NearStdCall", CallingConvention::NearStdCall); in enumeration()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1844 case dwarf::DW_CC_BORLAND_stdcall: return CallingConvention::NearStdCall; in dwarfCCToCodeView()