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