Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h188 FarSysCall = 0x0a, // far sys call enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp84 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, FarSysCall , "syscall", OS) in operator <<()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp121 ENUM_ENTRY(CallingConvention, FarSysCall),
H A DEnumTables.cpp409 CV_ENUM_CLASS_ENT(CallingConvention, FarSysCall),
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp114 RETURN_CASE(CallingConvention, FarSysCall, "far syscall"); in formatCallingConvention()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp247 IO.enumCase(Value, "FarSysCall", CallingConvention::FarSysCall); in enumeration()