Searched refs:BasedOnSelf (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeView.h | 346 BasedOnSelf = 0x09, // based on self enumerator
|
| /openbsd-src/gnu/llvm/llvm/docs/PDB/ |
| H A D | CodeViewTypes.rst | 96 BasedOnSelf = 0x09, // based on self
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
| H A D | EnumTables.cpp | 364 CV_ENUM_CLASS_ENT(PointerKind, BasedOnSelf),
|
| H A D | TypeDumpVisitor.cpp | 80 ENUM_ENTRY(PointerKind, BasedOnSelf),
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalTypeDumper.cpp | 178 RETURN_CASE(PointerKind, BasedOnSelf, "self based"); in pointerKind()
|
| /openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypes.cpp | 276 IO.enumCase(Kind, "BasedOnSelf", PointerKind::BasedOnSelf); in enumeration()
|