Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h183 FarSysCall = 0x0a, // far sys call enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp84 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, FarSysCall , "syscall", OS) in operator <<()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp397 CV_ENUM_CLASS_ENT(CallingConvention, FarSysCall),
DTypeDumpVisitor.cpp120 ENUM_ENTRY(CallingConvention, FarSysCall),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp242 IO.enumCase(Value, "FarSysCall", CallingConvention::FarSysCall); in enumeration()