Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp45 struct GenericEnum { struct
46 using Entry = std::pair<StringRef, int64_t>;
48 std::string Name;
49 Record *Class = nullptr;
50 std::string PreprocessorGuard;
51 std::vector<std::unique_ptr<Entry>> Entries;
52 DenseMap<Record *, Entry *> EntryMap;