Home
last modified time | relevance | path

Searched refs:BasedOnSelf (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.h341 BasedOnSelf = 0x09, // based on self enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp353 CV_ENUM_CLASS_ENT(PointerKind, BasedOnSelf),
DTypeDumpVisitor.cpp79 ENUM_ENTRY(PointerKind, BasedOnSelf),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp271 IO.enumCase(Kind, "BasedOnSelf", PointerKind::BasedOnSelf); in enumeration()