Searched refs:NearPascal (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeView.h | 187 NearPascal = 0x02, // near left to right push, callee pops stack enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
H A D | PDBExtras.cpp | 77 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, NearPascal , "pascal", OS) in operator <<()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | EnumTables.cpp | 405 CV_ENUM_CLASS_ENT(CallingConvention, NearPascal),
|
H A D | TypeDumpVisitor.cpp | 114 ENUM_ENTRY(CallingConvention, NearPascal),
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalTypeDumper.cpp | 121 RETURN_CASE(CallingConvention, NearPascal, "pascal"); in formatCallingConvention()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLTypes.cpp | 240 IO.enumCase(Value, "NearPascal", CallingConvention::NearPascal); in enumeration()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | PDBASTParser.cpp | 357 case llvm::codeview::CallingConvention::NearPascal: in TranslateCallingConvention()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | PdbAstBuilder.cpp | 141 case CC::NearPascal: in TranslateCallingConvention()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 2004 case dwarf::DW_CC_BORLAND_pascal: return CallingConvention::NearPascal; in lowerTypeModifier()
|