Searched refs:Far16 (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeView.h | 348 Far16 = 0x01, // 16:16 far pointer enumerator 400 Far16 = 0x01, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLTypes.cpp | 228 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 D | EnumTables.cpp | 360 CV_ENUM_CLASS_ENT(PointerKind, Far16),
|
H A D | TypeDumpVisitor.cpp | 72 ENUM_ENTRY(PointerKind, Far16),
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalTypeDumper.cpp | 172 RETURN_CASE(PointerKind, Far16, "far ptr16"); in pointerKind()
|