Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDCodeView.h347 Near16 = 0x00, // 16 bit pointer enumerator
399 Near16 = 0x00, enumerator
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDCodeViewYAMLTypes.cpp227 IO.enumCase(Kind, "Near16", VFTableSlotKind::Near16); in enumeration()
267 IO.enumCase(Kind, "Near16", PointerKind::Near16); in enumeration()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDTypeDumpVisitor.cpp71 ENUM_ENTRY(PointerKind, Near16),
HDEnumTables.cpp359 CV_ENUM_CLASS_ENT(PointerKind, Near16),
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDMinimalTypeDumper.cpp171 RETURN_CASE(PointerKind, Near16, "ptr16"); in pointerKind()