Searched refs:FarPascal (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeView.h | 188 FarPascal = 0x03, // far left to right push, callee pops stack enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
H A D | PDBExtras.cpp | 78 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, FarPascal , "pascal", OS) in operator <<()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | EnumTables.cpp | 406 CV_ENUM_CLASS_ENT(CallingConvention, FarPascal),
|
H A D | TypeDumpVisitor.cpp | 115 ENUM_ENTRY(CallingConvention, FarPascal),
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalTypeDumper.cpp | 112 RETURN_CASE(CallingConvention, FarPascal, "far pascal"); in formatCallingConvention()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLTypes.cpp | 241 IO.enumCase(Value, "FarPascal", CallingConvention::FarPascal); in enumeration()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | PdbAstBuilder.cpp | 142 case CC::FarPascal: in TranslateCallingConvention()
|