Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h348 Far16 = 0x01, // 16:16 far pointer enumerator
400 Far16 = 0x01, enumerator
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp228 IO.enumCase(Kind, "Far16", VFTableSlotKind::Far16); in enumeration()
268 IO.enumCase(Kind, "Far16", PointerKind::Far16); in enumeration()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp360 CV_ENUM_CLASS_ENT(PointerKind, Far16),
H A DTypeDumpVisitor.cpp72 ENUM_ENTRY(PointerKind, Far16),
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp172 RETURN_CASE(PointerKind, Far16, "far ptr16"); in pointerKind()