Home
last modified time | relevance | path

Searched refs:BasedOnType (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h340 BasedOnType = 0x08, // based on type enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/docs/PDB/
H A DCodeViewTypes.rst95 BasedOnType = 0x08, // based on type
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp360 CV_ENUM_CLASS_ENT(PointerKind, BasedOnType),
H A DTypeDumpVisitor.cpp78 ENUM_ENTRY(PointerKind, BasedOnType),
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp174 RETURN_CASE(PointerKind, BasedOnType, "type based"); in pointerKind()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp275 IO.enumCase(Kind, "BasedOnType", PointerKind::BasedOnType); in enumeration()