Home
last modified time | relevance | path

Searched refs:BasedOnType (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.h340 BasedOnType = 0x08, // based on type enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp352 CV_ENUM_CLASS_ENT(PointerKind, BasedOnType),
DTypeDumpVisitor.cpp78 ENUM_ENTRY(PointerKind, BasedOnType),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp270 IO.enumCase(Kind, "BasedOnType", PointerKind::BasedOnType); in enumeration()