Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
HDOutputSections.cpp306 StringEntryToDwarfStringPoolEntryMap &DebugLineStrStrings, in applyPatches() argument
338 DebugLineStrStrings.getExistingEntry(Patch.String); in applyPatches()
355 DebugLineStrStrings.getExistingEntry(Patch.String); in applyPatches()
HDDWARFLinkerImpl.cpp25 DebugLineStrStrings(GlobalData), CommonSections(GlobalData) { in DWARFLinkerImpl()
976 DebugLineStrStrings.add(String); in assignOffsetsToStrings()
1109 SectionsSet.applyPatches(OutSection, DebugStrStrings, DebugLineStrStrings, in patchOffsetsAndSizes()
1192 DebugLineStrStrings.getExistingEntry(String); in emitStringSections()
1403 DebugLineStrStrings.clear(); in cleanupDataAfterDWARFOutputIsWritten()
HDDWARFLinkerImpl.h360 StringEntryToDwarfStringPoolEntryMap DebugLineStrStrings; variable
HDOutputSections.h426 StringEntryToDwarfStringPoolEntryMap &DebugLineStrStrings,