Searched refs:BasedOnSegmentValue (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeView.h | 342 BasedOnSegmentValue = 0x05, // based on segment value of base enumerator
|
| /openbsd-src/gnu/llvm/llvm/docs/PDB/ |
| H A D | CodeViewTypes.rst | 92 BasedOnSegmentValue = 0x05, // based on segment value of base
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
| H A D | EnumTables.cpp | 360 CV_ENUM_CLASS_ENT(PointerKind, BasedOnSegmentValue),
|
| H A D | TypeDumpVisitor.cpp | 76 ENUM_ENTRY(PointerKind, BasedOnSegmentValue),
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalTypeDumper.cpp | 174 RETURN_CASE(PointerKind, BasedOnSegmentValue, "segment value based"); in pointerKind()
|
| /openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypes.cpp | 271 IO.enumCase(Kind, "BasedOnSegmentValue", PointerKind::BasedOnSegmentValue); in enumeration()
|