Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp25 : UniqueUnitID(0), DebugStrStrings(GlobalData), in DWARFLinkerImpl()
967 DwarfStringPoolEntryWithExtString *Entry = DebugStrStrings.add(String); in assignOffsetsToStrings()
1111 SectionsSet.applyPatches(OutSection, DebugStrStrings, DebugLineStrStrings, in patchOffsetsAndSizes()
1178 DebugStrStrings.getExistingEntry(String); in emitStringSections()
1227 *DebugStrStrings.getExistingEntry(Info.String), in emitAppleAcceleratorSections()
1233 *DebugStrStrings.getExistingEntry(Info.String), in emitAppleAcceleratorSections()
1239 *DebugStrStrings.getExistingEntry(Info.String), in emitAppleAcceleratorSections()
1245 *DebugStrStrings.getExistingEntry(Info.String), in emitAppleAcceleratorSections()
1361 DebugNames->addName(*DebugStrStrings.getExistingEntry(Info.String), in emitDWARFv5DebugNamesSection()
1403 DebugStrStrings.clear(); in cleanupDataAfterDWARFOutputIsWritten()
H A DOutputSections.cpp305 StringEntryToDwarfStringPoolEntryMap &DebugStrStrings, in applyPatches() argument
310 DebugStrStrings.getExistingEntry(Patch.String); in applyPatches()
327 DebugStrStrings.getExistingEntry(Patch.String); in applyPatches()
H A DDWARFLinkerImpl.h355 StringEntryToDwarfStringPoolEntryMap DebugStrStrings; variable
H A DOutputSections.h425 StringEntryToDwarfStringPoolEntryMap &DebugStrStrings,