Home
last modified time | relevance | path

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

/freebsd-src/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 in cleanupDataAfterDWARFOutputIsWritten()
[all...]
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.h357 StringEntryToDwarfStringPoolEntryMap DebugStrStrings;
355 StringEntryToDwarfStringPoolEntryMap DebugStrStrings; global() variable
H A DOutputSections.h425 StringEntryToDwarfStringPoolEntryMap &DebugStrStrings,