Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ !
H A DDWARFLinkerTypeUnit.cpp65 DebugStrPatch{ in createDIETree()
82 DebugStrPatch{{OutOffset}, in createDIETree()
101 DebugStrPatch{{OutOffset}, GlobalData.getStringPool().insert("").first}, in createDIETree()
197 std::function<bool(const DebugStrPatch &LHS, const DebugStrPatch &RHS)> in prepareDataForTreeCreation()
199 [&](const DebugStrPatch &LHS, const DebugStrPatch &RHS) { in prepareDataForTreeCreation()
H A DOutputSections.h46 struct DebugStrPatch : SectionPatch { struct
192 ADD_PATCHES_LIST(DebugStrPatch)
H A DOutputSections.cpp125 notePatch(DebugStrPatch{ in emitString()
308 Section.ListDebugStrPatch.forEach([&](DebugStrPatch &Patch) { in applyPatches()
H A DDWARFLinkerUnit.cpp154 DebugStrPatch{{OutDebugStrOffsetsSection.OS.tell()}, String}); in emitDebugStringOffsetSection()
H A DDWARFLinkerImpl.cpp1007 OutSection.ListDebugStrPatch.forEach([&](DebugStrPatch &Patch) { in forEachOutputString()
1023 OutSection.ListDebugStrPatch.forEach([&](DebugStrPatch &Patch) { in forEachOutputString()
H A DDIEAttributeCloner.cpp222 DebugStrPatch{{AttrOutOffset}, StringInPool}, PatchesOffsets); in cloneStringAttr()