Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h352 BasedOnSegmentValue = 0x05, // based on segment value of base enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp364 CV_ENUM_CLASS_ENT(PointerKind, BasedOnSegmentValue),
H A DTypeDumpVisitor.cpp76 ENUM_ENTRY(PointerKind, BasedOnSegmentValue),
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp176 RETURN_CASE(PointerKind, BasedOnSegmentValue, "segment value based"); in pointerKind()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp272 IO.enumCase(Kind, "BasedOnSegmentValue", PointerKind::BasedOnSegmentValue); in enumeration()