Home
last modified time | relevance | path

Searched refs:NearC (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h174 NearC = 0x00, // near right to left push, caller pops stack enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp75 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, NearC , "cdecl", OS) in operator <<()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp396 CV_ENUM_CLASS_ENT(CallingConvention, NearC),
H A DTypeDumpVisitor.cpp111 ENUM_ENTRY(CallingConvention, NearC),
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp115 RETURN_CASE(CallingConvention, NearC, "cdecl"); in formatCallingConvention()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp238 IO.enumCase(Value, "NearC", CallingConvention::NearC); in enumeration()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1841 case dwarf::DW_CC_normal: return CallingConvention::NearC; in dwarfCCToCodeView()
1848 return CallingConvention::NearC; in dwarfCCToCodeView()