Searched refs:NearSysCall (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/ |
D | CodeView.h | 182 NearSysCall = 0x09, // near sys call enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
D | PDBExtras.cpp | 83 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, NearSysCall, "syscall", OS) in operator <<()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | EnumTables.cpp | 396 CV_ENUM_CLASS_ENT(CallingConvention, NearSysCall),
|
D | TypeDumpVisitor.cpp | 119 ENUM_ENTRY(CallingConvention, NearSysCall),
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 241 IO.enumCase(Value, "NearSysCall", CallingConvention::NearSysCall); in enumeration()
|