Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h185 NearC = 0x00, // near right to left push, caller pops stack enumerator
H A DTypeRecord.h164 CallingConvention CallConv = CallingConvention::NearC;
198 CallingConvention CallConv = CallingConvention::NearC;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp75 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, NearC , "cdecl", OS) in operator <<()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp403 CV_ENUM_CLASS_ENT(CallingConvention, NearC),
H A DTypeDumpVisitor.cpp112 ENUM_ENTRY(CallingConvention, NearC),
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp119 RETURN_CASE(CallingConvention, NearC, "cdecl"); in formatCallingConvention()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp238 IO.enumCase(Value, "NearC", CallingConvention::NearC); in enumeration()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp347 case llvm::codeview::CallingConvention::NearC: in TranslateCallingConvention()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1997 /// have a translation, use the NearC convention. in lowerTypeModifier()
2000 case dwarf::DW_CC_normal: return CallingConvention::NearC; in lowerTypeModifier()
2007 return CallingConvention::NearC; in lowerTypeModifier()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp138 case CC::NearC: in TranslateCallingConvention()