Searched refs:FarSysCall (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeView.h | 185 FarSysCall = 0x0a, // far sys call enumerator
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/ |
H A D | PDBExtras.cpp | 84 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, FarSysCall , "syscall", OS) in operator <<()
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
H A D | EnumTables.cpp | 408 CV_ENUM_CLASS_ENT(CallingConvention, FarSysCall),
|
H A D | TypeDumpVisitor.cpp | 121 ENUM_ENTRY(CallingConvention, FarSysCall),
|
/openbsd/gnu/llvm/llvm/tools/llvm-pdbutil/ |
H A D | MinimalTypeDumper.cpp | 113 RETURN_CASE(CallingConvention, FarSysCall, "far syscall"); in formatCallingConvention()
|
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLTypes.cpp | 247 IO.enumCase(Value, "FarSysCall", CallingConvention::FarSysCall); in enumeration()
|