Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h183 FarSysCall = 0x0a, // far sys call enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp84 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, FarSysCall , "syscall", OS) in operator <<()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp405 CV_ENUM_CLASS_ENT(CallingConvention, FarSysCall),
H A DTypeDumpVisitor.cpp120 ENUM_ENTRY(CallingConvention, FarSysCall),
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp110 RETURN_CASE(CallingConvention, FarSysCall, "far syscall"); in formatCallingConvention()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp247 IO.enumCase(Value, "FarSysCall", CallingConvention::FarSysCall); in enumeration()