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