Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h336 BasedOnValue = 0x04, // based on value of base enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp348 CV_ENUM_CLASS_ENT(PointerKind, BasedOnValue),
DTypeDumpVisitor.cpp74 ENUM_ENTRY(PointerKind, BasedOnValue),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp265 IO.enumCase(Kind, "BasedOnValue", PointerKind::BasedOnValue); in enumeration()