Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h341 BasedOnValue = 0x04, // based on value of base enumerator
/openbsd-src/gnu/llvm/llvm/docs/PDB/
H A DCodeViewTypes.rst91 BasedOnValue = 0x04, // based on value of base
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp359 CV_ENUM_CLASS_ENT(PointerKind, BasedOnValue),
H A DTypeDumpVisitor.cpp75 ENUM_ENTRY(PointerKind, BasedOnValue),
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp173 RETURN_CASE(PointerKind, BasedOnValue, "value based"); in pointerKind()
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp270 IO.enumCase(Kind, "BasedOnValue", PointerKind::BasedOnValue); in enumeration()