Searched refs:BasedOnType (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeView.h | 345 BasedOnType = 0x08, // based on type enumerator
|
| /openbsd-src/gnu/llvm/llvm/docs/PDB/ |
| H A D | CodeViewTypes.rst | 95 BasedOnType = 0x08, // based on type
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
| H A D | EnumTables.cpp | 363 CV_ENUM_CLASS_ENT(PointerKind, BasedOnType),
|
| H A D | TypeDumpVisitor.cpp | 79 ENUM_ENTRY(PointerKind, BasedOnType),
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalTypeDumper.cpp | 177 RETURN_CASE(PointerKind, BasedOnType, "type based"); in pointerKind()
|
| /openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypes.cpp | 275 IO.enumCase(Kind, "BasedOnType", PointerKind::BasedOnType); in enumeration()
|