Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerTypeUnit.cpp64 DebugStrPatch{ in createDIETree()
81 DebugStrPatch{{OutOffset}, in createDIETree()
100 DebugStrPatch{{OutOffset}, GlobalData.getStringPool().insert("").first}, in createDIETree()
196 std::function<bool(const DebugStrPatch &LHS, const DebugStrPatch &RHS)> in prepareDataForTreeCreation()
198 [&](const DebugStrPatch &LHS, const DebugStrPatch &RHS) { in prepareDataForTreeCreation()
H A DOutputSections.h46 struct DebugStrPatch : SectionPatch { struct
197 ADD_PATCHES_LIST(DebugStrPatch)
H A DOutputSections.cpp124 notePatch(DebugStrPatch{ in emitString()
307 Section.ListDebugStrPatch.forEach([&](DebugStrPatch &Patch) { in applyPatches()
H A DDWARFLinkerUnit.cpp154 DebugStrPatch{{OutDebugStrOffsetsSection.OS.tell()}, String}); in emitDebugStringOffsetSection()
H A DDWARFLinkerImpl.cpp1005 OutSection.ListDebugStrPatch.forEach([&](DebugStrPatch &Patch) { in forEachOutputString()
1021 OutSection.ListDebugStrPatch.forEach([&](DebugStrPatch &Patch) { in forEachOutputString()