Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h336 BasedOnValue = 0x04, // based on value of base enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/docs/PDB/
H A DCodeViewTypes.rst91 BasedOnValue = 0x04, // based on value of base
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp356 CV_ENUM_CLASS_ENT(PointerKind, BasedOnValue),
H A DTypeDumpVisitor.cpp74 ENUM_ENTRY(PointerKind, BasedOnValue),
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp170 RETURN_CASE(PointerKind, BasedOnValue, "value based"); in pointerKind()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp270 IO.enumCase(Kind, "BasedOnValue", PointerKind::BasedOnValue); in enumeration()