Home
last modified time | relevance | path

Searched refs:Huge16 (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h334 Huge16 = 0x02, // 16:16 huge pointer enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp346 CV_ENUM_CLASS_ENT(PointerKind, Huge16),
DTypeDumpVisitor.cpp72 ENUM_ENTRY(PointerKind, Huge16),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp263 IO.enumCase(Kind, "Huge16", PointerKind::Huge16); in enumeration()