Home
last modified time | relevance | path

Searched refs:BasedOnSegment (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.h335 BasedOnSegment = 0x03, // based on segment enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp347 CV_ENUM_CLASS_ENT(PointerKind, BasedOnSegment),
DTypeDumpVisitor.cpp73 ENUM_ENTRY(PointerKind, BasedOnSegment),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp264 IO.enumCase(Kind, "BasedOnSegment", PointerKind::BasedOnSegment); in enumeration()