Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h345 BasedOnType = 0x08, // based on type enumerator
/openbsd-src/gnu/llvm/llvm/docs/PDB/
H A DCodeViewTypes.rst95 BasedOnType = 0x08, // based on type
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp363 CV_ENUM_CLASS_ENT(PointerKind, BasedOnType),
H A DTypeDumpVisitor.cpp79 ENUM_ENTRY(PointerKind, BasedOnType),
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp177 RETURN_CASE(PointerKind, BasedOnType, "type based"); in pointerKind()
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp275 IO.enumCase(Kind, "BasedOnType", PointerKind::BasedOnType); in enumeration()