Searched refs:FarSysCall (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeView.h | 183 FarSysCall = 0x0a, // far sys call enumerator
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBExtras.cpp | 85 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, FarSysCall , "syscall", OS) in operator <<()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeDumpVisitor.cpp | 121 ENUM_ENTRY(CallingConvention, FarSysCall),
|
| /freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalTypeDumper.cpp | 110 RETURN_CASE(CallingConvention, FarSysCall, "far syscall"); in formatCallingConvention()
|
| /freebsd-12.1/contrib/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypes.cpp | 243 IO.enumCase(Value, "FarSysCall", CallingConvention::FarSysCall); in enumeration()
|