Searched refs:DebugStrStrings (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DWARFLinkerImpl.cpp | 23 : 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 D | OutputSections.cpp | 304 StringEntryToDwarfStringPoolEntryMap &DebugStrStrings, in applyPatches() argument 309 DebugStrStrings.getExistingEntry(Patch.String); in applyPatches() 326 DebugStrStrings.getExistingEntry(Patch.String); in applyPatches()
|
| H A D | DWARFLinkerImpl.h | 357 StringEntryToDwarfStringPoolEntryMap DebugStrStrings; variable
|
| H A D | OutputSections.h | 422 StringEntryToDwarfStringPoolEntryMap &DebugStrStrings,
|