Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h184 NearSysCall = 0x09, // near sys call enumerator
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp83 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, NearSysCall, "syscall", OS) in operator <<()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp407 CV_ENUM_CLASS_ENT(CallingConvention, NearSysCall),
H A DTypeDumpVisitor.cpp120 ENUM_ENTRY(CallingConvention, NearSysCall),
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp122 RETURN_CASE(CallingConvention, NearSysCall, "near syscall"); in formatCallingConvention()
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp246 IO.enumCase(Value, "NearSysCall", CallingConvention::NearSysCall); in enumeration()