Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h347 Near16 = 0x00, // 16 bit pointer enumerator
399 Near16 = 0x00, enumerator
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp227 IO.enumCase(Kind, "Near16", VFTableSlotKind::Near16); in enumeration()
267 IO.enumCase(Kind, "Near16", PointerKind::Near16); in enumeration()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp359 CV_ENUM_CLASS_ENT(PointerKind, Near16),
H A DTypeDumpVisitor.cpp71 ENUM_ENTRY(PointerKind, Near16),
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp171 RETURN_CASE(PointerKind, Near16, "ptr16"); in pointerKind()