Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp52 DenseMap<Record *, Entry *> EntryMap; member
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp76 using EntryMap = DenseMap<uint32_t, EntryType>; in fixupIndexV4() typedef