Searched refs:StrpToEntries (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | DWARFEmitter.cpp | 771 DenseMap<uint32_t, std::vector<DWARFYAML::DebugNameEntry>> StrpToEntries; in groupEntries() local 773 StrpToEntries[Entry.NameStrp].push_back(Entry); in groupEntries() 774 return StrpToEntries; in groupEntries() 815 &StrpToEntries, in emitDebugNamesEntryPool() 821 make_second_range(StrpToEntries)) { in emitDebugNamesEntryPool() 852 DenseMap<uint32_t, std::vector<DebugNameEntry>> StrpToEntries = in emitDebugNames() local 858 DI.IsLittleEndian, StrpToEntries, DebugNames.Abbrevs); in emitDebugNames() 862 DI.IsLittleEndian, StrpToEntries, PoolInfo->PoolOffsets); in emitDebugNames() 871 emitDebugNamesHeader(OS, DI.IsLittleEndian, StrpToEntries.size(), in emitDebugNames()
|