Searched refs:NearC (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeView.h | 185 NearC = 0x00, // near right to left push, caller pops stack enumerator
|
H A D | TypeRecord.h | 164 CallingConvention CallConv = CallingConvention::NearC; 198 CallingConvention CallConv = CallingConvention::NearC;
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
H A D | PDBExtras.cpp | 75 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, NearC , "cdecl", OS) in operator <<()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | EnumTables.cpp | 403 CV_ENUM_CLASS_ENT(CallingConvention, NearC),
|
H A D | TypeDumpVisitor.cpp | 112 ENUM_ENTRY(CallingConvention, NearC),
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalTypeDumper.cpp | 119 RETURN_CASE(CallingConvention, NearC, "cdecl"); in formatCallingConvention()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLTypes.cpp | 238 IO.enumCase(Value, "NearC", CallingConvention::NearC); in enumeration()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | PDBASTParser.cpp | 347 case llvm::codeview::CallingConvention::NearC: in TranslateCallingConvention()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 1997 /// 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 D | PdbAstBuilder.cpp | 138 case CC::NearC: in TranslateCallingConvention()
|