Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h313 Huge16 = 0x02, // 16:16 huge pointer enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h329 Huge16 = 0x02, // 16:16 huge pointer enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeDumpVisitor.cpp73 ENUM_ENTRY(PointerKind, Huge16),
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp144 RETURN_CASE(PointerKind, Huge16, "huge ptr16"); in pointerKind()
/external/llvm/lib/DebugInfo/CodeView/
DTypeDumper.cpp118 ENUM_ENTRY(PointerKind, Huge16),
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp264 IO.enumCase(Kind, "Huge16", PointerKind::Huge16); in enumeration()