Searched refs:FarFast (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeView.h | 181 FarFast = 0x05, // far left to right push with regs, callee pops stack enumerator
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBExtras.cpp | 80 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, FarFast , "fastcall", OS) in operator <<()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
| H A D | EnumTables.cpp | 404 CV_ENUM_CLASS_ENT(CallingConvention, FarFast),
|
| H A D | TypeDumpVisitor.cpp | 117 ENUM_ENTRY(CallingConvention, FarFast),
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalTypeDumper.cpp | 110 RETURN_CASE(CallingConvention, FarFast, "far fastcall"); in formatCallingConvention()
|
| /openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypes.cpp | 243 IO.enumCase(Value, "FarFast", CallingConvention::FarFast); in enumeration()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbAstBuilder.cpp | 144 case CC::FarFast: in TranslateCallingConvention()
|