Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h349 Huge16 = 0x02, // 16:16 huge pointer enumerator
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp173 RETURN_CASE(PointerKind, Huge16, "huge ptr16"); in pointerKind()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp361 CV_ENUM_CLASS_ENT(PointerKind, Huge16),
H A DTypeDumpVisitor.cpp73 ENUM_ENTRY(PointerKind, Huge16),
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp269 IO.enumCase(Kind, "Huge16", PointerKind::Huge16); in enumeration()