Home
last modified time | relevance | path

Searched refs:DebugStrStrings (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp24 : UniqueUnitID(0), DebugStrStrings(GlobalData), in DWARFLinkerImpl()
965 DwarfStringPoolEntryWithExtString *Entry = DebugStrStrings.add(String); in assignOffsetsToStrings()
1109 SectionsSet.applyPatches(OutSection, DebugStrStrings, DebugLineStrStrings, in patchOffsetsAndSizes()
1176 DebugStrStrings.getExistingEntry(String); in emitStringSections()
1225 *DebugStrStrings.getExistingEntry(Info.String), in emitAppleAcceleratorSections()
1231 *DebugStrStrings.getExistingEntry(Info.String), in emitAppleAcceleratorSections()
1237 *DebugStrStrings.getExistingEntry(Info.String), in emitAppleAcceleratorSections()
1243 *DebugStrStrings.getExistingEntry(Info.String), in emitAppleAcceleratorSections()
1359 DebugNames->addName(*DebugStrStrings.getExistingEntry(Info.String), in emitDWARFv5DebugNamesSection()
1402 DebugStrStrings.clear(); in cleanupDataAfterDWARFOutputIsWritten()
H A DDWARFLinkerImpl.h357 StringEntryToDwarfStringPoolEntryMap DebugStrStrings; variable
H A DOutputSections.h425 StringEntryToDwarfStringPoolEntryMap &DebugStrStrings,