Home
last modified time | relevance | path

Searched refs:BasedOnSegmentValue (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h342 BasedOnSegmentValue = 0x05, // based on segment value of base enumerator
/openbsd-src/gnu/llvm/llvm/docs/PDB/
H A DCodeViewTypes.rst92 BasedOnSegmentValue = 0x05, // based on segment value of base
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp360 CV_ENUM_CLASS_ENT(PointerKind, BasedOnSegmentValue),
H A DTypeDumpVisitor.cpp76 ENUM_ENTRY(PointerKind, BasedOnSegmentValue),
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp174 RETURN_CASE(PointerKind, BasedOnSegmentValue, "segment value based"); in pointerKind()
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp271 IO.enumCase(Kind, "BasedOnSegmentValue", PointerKind::BasedOnSegmentValue); in enumeration()