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.h345 BasedOnSegmentValue = 0x05, // based on segment value of base enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp76 ENUM_ENTRY(PointerKind, BasedOnSegmentValue),
H A DEnumTables.cpp361 CV_ENUM_CLASS_ENT(PointerKind, BasedOnSegmentValue),
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp175 RETURN_CASE(PointerKind, BasedOnSegmentValue, "segment value based"); in pointerKind()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp271 IO.enumCase(Kind, "BasedOnSegmentValue", PointerKind::BasedOnSegmentValue); in enumeration()