Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDCodeView.h351 BasedOnValue = 0x04, // based on value of base enumerator
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDEnumTables.cpp363 CV_ENUM_CLASS_ENT(PointerKind, BasedOnValue),
HDTypeDumpVisitor.cpp75 ENUM_ENTRY(PointerKind, BasedOnValue),
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDMinimalTypeDumper.cpp175 RETURN_CASE(PointerKind, BasedOnValue, "value based"); in pointerKind()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDCodeViewYAMLTypes.cpp271 IO.enumCase(Kind, "BasedOnValue", PointerKind::BasedOnValue); in enumeration()