Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h315 BasedOnValue = 0x04, // based on value of base enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h331 BasedOnValue = 0x04, // based on value of base enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeDumpVisitor.cpp75 ENUM_ENTRY(PointerKind, BasedOnValue),
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp146 RETURN_CASE(PointerKind, BasedOnValue, "value based"); in pointerKind()
/external/llvm/lib/DebugInfo/CodeView/
DTypeDumper.cpp120 ENUM_ENTRY(PointerKind, BasedOnValue),
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp266 IO.enumCase(Kind, "BasedOnValue", PointerKind::BasedOnValue); in enumeration()