Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h333 BasedOnValue = 0x04, // based on value of base enumerator
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp75 ENUM_ENTRY(PointerKind, BasedOnValue),
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp170 RETURN_CASE(PointerKind, BasedOnValue, "value based"); in pointerKind()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp266 IO.enumCase(Kind, "BasedOnValue", PointerKind::BasedOnValue); in enumeration()