Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h182 NearSysCall = 0x09, // near sys call enumerator
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp83 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, NearSysCall, "syscall", OS) in operator <<()
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp404 CV_ENUM_CLASS_ENT(CallingConvention, NearSysCall),
H A DTypeDumpVisitor.cpp119 ENUM_ENTRY(CallingConvention, NearSysCall),
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp119 RETURN_CASE(CallingConvention, NearSysCall, "near syscall"); in formatCallingConvention()
/netbsd/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp246 IO.enumCase(Value, "NearSysCall", CallingConvention::NearSysCall); in enumeration()