Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DOutputSections.h79 struct DebugDieRefPatch : SectionPatch { struct
80 DebugDieRefPatch(uint64_t PatchOffset, CompileUnit *SrcCU, CompileUnit *RefCU,
196 ADD_PATCHES_LIST(DebugDieRefPatch) in ADD_PATCHES_LIST()
H A DOutputSections.cpp18 DebugDieRefPatch::DebugDieRefPatch(uint64_t PatchOffset, CompileUnit *SrcCU, in DebugDieRefPatch() function in DebugDieRefPatch
396 Section.ListDebugDieRefPatch.forEach([&](DebugDieRefPatch &Patch) { in applyPatches()
H A DDIEAttributeCloner.cpp297 DebugDieRefPatch{AttrOutOffset, OutUnit.getAsCompileUnit(), in cloneDieRefAttr()
H A DDWARFLinkerCompileUnit.cpp337 ->ListDebugDieRefPatch.forEach([&](DebugDieRefPatch &Patch) { in updateDieRefPatchesWithClonedOffsets()