Home
last modified time | relevance | path

Searched refs:FarSysCall (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h183 FarSysCall = 0x0a, // far sys call enumerator
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp85 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, FarSysCall , "syscall", OS) in operator <<()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp121 ENUM_ENTRY(CallingConvention, FarSysCall),
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp110 RETURN_CASE(CallingConvention, FarSysCall, "far syscall"); in formatCallingConvention()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp243 IO.enumCase(Value, "FarSysCall", CallingConvention::FarSysCall); in enumeration()