Home
last modified time | relevance | path

Searched refs:EnumItem (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DScopedPrinter.h99 for (const auto &EnumItem : EnumValues) { in printEnum() local
100 if (EnumItem.Value == Value) { in printEnum()
101 Name = EnumItem.Name; in printEnum()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeRecordMapping.cpp87 for (const auto &EnumItem : EnumValues) { in getEnumName() local
88 if (EnumItem.Value == Value) { in getEnumName()
89 Name = EnumItem.Name; in getEnumName()