Searched refs:StrpToEntries (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | DWARFEmitter.cpp | 797 DenseMap<uint32_t, std::vector<DWARFYAML::DebugNameEntry>> StrpToEntries; in groupEntries() local 799 StrpToEntries[Entry.NameStrp].push_back(Entry); in groupEntries() 800 return StrpToEntries; in groupEntries() 841 &StrpToEntries, in emitDebugNamesEntryPool() 847 make_second_range(StrpToEntries)) { in emitDebugNamesEntryPool() 878 DenseMap<uint32_t, std::vector<DebugNameEntry>> StrpToEntries = in emitDebugNames() local 884 DI.IsLittleEndian, StrpToEntries, DebugNames.Abbrevs); in emitDebugNames() 888 DI.IsLittleEndian, StrpToEntries, PoolInfo->PoolOffsets); in emitDebugNames() 897 emitDebugNamesHeader(OS, DI.IsLittleEndian, StrpToEntries.size(), in emitDebugNames()
|