Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h351 BasedOnValue = 0x04, // based on value of base enumerator
/src/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp175 RETURN_CASE(PointerKind, BasedOnValue, "value based"); in pointerKind()
/src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp75 ENUM_ENTRY(PointerKind, BasedOnValue),
H A DEnumTables.cpp363 CV_ENUM_CLASS_ENT(PointerKind, BasedOnValue),
/src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp271 IO.enumCase(Kind, "BasedOnValue", PointerKind::BasedOnValue); in enumeration()