Home
last modified time | relevance | path

Searched refs:DebugLineStrPatch (Results 1 – 5 of 5) sorted by relevance

/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerTypeUnit.cpp219 std::function<bool(const DebugLineStrPatch &LHS, in prepareDataForTreeCreation()
220 const DebugLineStrPatch &RHS)> in prepareDataForTreeCreation()
221 LineStrPatchesComparator = [&](const DebugLineStrPatch &LHS, in prepareDataForTreeCreation()
222 const DebugLineStrPatch &RHS) { in prepareDataForTreeCreation()
H A DOutputSections.h51 struct DebugLineStrPatch : SectionPatch { struct
193 ADD_PATCHES_LIST(DebugLineStrPatch) in ADD_PATCHES_LIST()
H A DOutputSections.cpp130 notePatch(DebugLineStrPatch{ in emitString()
336 Section.ListDebugLineStrPatch.forEach([&](DebugLineStrPatch &Patch) { in applyPatches()
H A DDWARFLinkerImpl.cpp1011 OutSection.ListDebugLineStrPatch.forEach([&](DebugLineStrPatch &Patch) { in forEachOutputString()
1027 OutSection.ListDebugLineStrPatch.forEach([&](DebugLineStrPatch &Patch) { in forEachOutputString()
H A DDIEAttributeCloner.cpp208 DebugLineStrPatch{{AttrOutOffset}, StringInPool}, PatchesOffsets); in cloneStringAttr()