Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp44 struct GenericEnum { struct
45 using Entry = std::pair<StringRef, int64_t>;
47 std::string Name;
48 Record *Class = nullptr;
49 std::string PreprocessorGuard;
50 std::vector<std::unique_ptr<Entry>> Entries;
51 DenseMap<Record *, Entry *> EntryMap;