Home
last modified time | relevance | path

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

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