Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerTypeUnit.cpp218 std::function<bool(const DebugLineStrPatch &LHS, in prepareDataForTreeCreation()
219 const DebugLineStrPatch &RHS)> in prepareDataForTreeCreation()
220 LineStrPatchesComparator = [&](const DebugLineStrPatch &LHS, in prepareDataForTreeCreation()
221 const DebugLineStrPatch &RHS) { in prepareDataForTreeCreation()
H A DOutputSections.h51 struct DebugLineStrPatch : SectionPatch { struct
198 ADD_PATCHES_LIST(DebugLineStrPatch) in ADD_PATCHES_LIST()
H A DOutputSections.cpp129 notePatch(DebugLineStrPatch{ in emitString()
335 Section.ListDebugLineStrPatch.forEach([&](DebugLineStrPatch &Patch) { in applyPatches()
H A DDWARFLinkerImpl.cpp1009 OutSection.ListDebugLineStrPatch.forEach([&](DebugLineStrPatch &Patch) { in forEachOutputString()
1025 OutSection.ListDebugLineStrPatch.forEach([&](DebugLineStrPatch &Patch) { in forEachOutputString()