Searched refs:Near16 (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeView.h | 347 Near16 = 0x00, // 16 bit pointer enumerator 399 Near16 = 0x00, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLTypes.cpp | 227 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 D | EnumTables.cpp | 359 CV_ENUM_CLASS_ENT(PointerKind, Near16),
|
H A D | TypeDumpVisitor.cpp | 71 ENUM_ENTRY(PointerKind, Near16),
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalTypeDumper.cpp | 171 RETURN_CASE(PointerKind, Near16, "ptr16"); in pointerKind()
|