Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp23 : UniqueUnitID(0), DebugStrStrings(GlobalData), in DWARFLinkerImpl()
963 DwarfStringPoolEntryWithExtString *Entry = DebugStrStrings.add(String); in assignOffsetsToStrings()
1107 SectionsSet.applyPatches(OutSection, DebugStrStrings, DebugLineStrStrings, in patchOffsetsAndSizes()
1174 DebugStrStrings.getExistingEntry(String); in emitStringSections()
1223 *DebugStrStrings.getExistingEntry(Info.String), in emitAppleAcceleratorSections()
1229 *DebugStrStrings.getExistingEntry(Info.String), in emitAppleAcceleratorSections()
1235 *DebugStrStrings.getExistingEntry(Info.String), in emitAppleAcceleratorSections()
1241 *DebugStrStrings.getExistingEntry(Info.String), in emitAppleAcceleratorSections()
1357 DebugNames->addName(*DebugStrStrings.getExistingEntry(Info.String), in emitDWARFv5DebugNamesSection()
1400 DebugStrStrings.clear(); in cleanupDataAfterDWARFOutputIsWritten()
H A DOutputSections.cpp304 StringEntryToDwarfStringPoolEntryMap &DebugStrStrings, in applyPatches() argument
309 DebugStrStrings.getExistingEntry(Patch.String); in applyPatches()
326 DebugStrStrings.getExistingEntry(Patch.String); in applyPatches()
H A DDWARFLinkerImpl.h357 StringEntryToDwarfStringPoolEntryMap DebugStrStrings; variable
H A DOutputSections.h422 StringEntryToDwarfStringPoolEntryMap &DebugStrStrings,