Home
last modified time | relevance | path

Searched defs:GenericEnum (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp42 struct GenericEnum { struct
43 using Entry = std::pair<StringRef, int64_t>;
45 std::string Name;
46 Record *Class = nullptr;
47 std::string PreprocessorGuard;
48 std::vector<std::unique_ptr<Entry>> Entries;
49 DenseMap<Record *, Entry *> EntryMap;