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