Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h358 Far32 = 0x0b, // 16:32 pointer enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp370 CV_ENUM_CLASS_ENT(PointerKind, Far32),
H A DTypeDumpVisitor.cpp82 ENUM_ENTRY(PointerKind, Far32),
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp182 RETURN_CASE(PointerKind, Far32, "far ptr32"); in pointerKind()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp279 IO.enumCase(Kind, "Far32", PointerKind::Far32); in enumeration()