Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDCodeView.h193 NearSysCall = 0x09, // near sys call enumerator
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
HDPDBExtras.cpp83 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, NearSysCall, "syscall", OS) in operator <<()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDEnumTables.cpp411 CV_ENUM_CLASS_ENT(CallingConvention, NearSysCall),
HDTypeDumpVisitor.cpp120 ENUM_ENTRY(CallingConvention, NearSysCall),
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDMinimalTypeDumper.cpp123 RETURN_CASE(CallingConvention, NearSysCall, "near syscall"); in formatCallingConvention()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDCodeViewYAMLTypes.cpp246 IO.enumCase(Value, "NearSysCall", CallingConvention::NearSysCall); in enumeration()