Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DOutputSections.cpp306 StringEntryToDwarfStringPoolEntryMap &DebugLineStrStrings, in applyPatches() argument
338 DebugLineStrStrings.getExistingEntry(Patch.String); in applyPatches()
355 DebugLineStrStrings.getExistingEntry(Patch.String); in applyPatches()
H A DDWARFLinkerImpl.cpp26 DebugLineStrStrings(GlobalData), CommonSections(GlobalData) { in DWARFLinkerImpl()
978 DebugLineStrStrings.add(String); in assignOffsetsToStrings()
1111 SectionsSet.applyPatches(OutSection, DebugStrStrings, DebugLineStrStrings, in patchOffsetsAndSizes()
1194 DebugLineStrStrings.getExistingEntry(String); in emitStringSections()
1404 DebugLineStrStrings.clear(); in cleanupDataAfterDWARFOutputIsWritten()
H A DDWARFLinkerImpl.h358 StringEntryToDwarfStringPoolEntryMap DebugLineStrStrings; variable
H A DOutputSections.h426 StringEntryToDwarfStringPoolEntryMap &DebugLineStrStrings,