Home
last modified time | relevance | path

Searched refs:BasedOnSegmentValue (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.h337 BasedOnSegmentValue = 0x05, // based on segment value of base enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp349 CV_ENUM_CLASS_ENT(PointerKind, BasedOnSegmentValue),
DTypeDumpVisitor.cpp75 ENUM_ENTRY(PointerKind, BasedOnSegmentValue),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp266 IO.enumCase(Kind, "BasedOnSegmentValue", PointerKind::BasedOnSegmentValue); in enumeration()