Searched refs:BasedOnSegment (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeView.h | 340 BasedOnSegment = 0x03, // based on segment enumerator
|
| /openbsd-src/gnu/llvm/llvm/docs/PDB/ |
| H A D | CodeViewTypes.rst | 90 BasedOnSegment = 0x03, // based on segment
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
| H A D | EnumTables.cpp | 358 CV_ENUM_CLASS_ENT(PointerKind, BasedOnSegment),
|
| H A D | TypeDumpVisitor.cpp | 74 ENUM_ENTRY(PointerKind, BasedOnSegment),
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalTypeDumper.cpp | 172 RETURN_CASE(PointerKind, BasedOnSegment, "segment based"); in pointerKind()
|
| /openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypes.cpp | 269 IO.enumCase(Kind, "BasedOnSegment", PointerKind::BasedOnSegment); in enumeration()
|