Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
HDOutputSections.h79 struct DebugDieRefPatch : SectionPatch { struct
80 DebugDieRefPatch(uint64_t PatchOffset, CompileUnit *SrcCU, CompileUnit *RefCU,
196 ADD_PATCHES_LIST(DebugDieRefPatch) in ADD_PATCHES_LIST()
HDOutputSections.cpp18 DebugDieRefPatch::DebugDieRefPatch(uint64_t PatchOffset, CompileUnit *SrcCU, in DebugDieRefPatch() function in DebugDieRefPatch
396 Section.ListDebugDieRefPatch.forEach([&](DebugDieRefPatch &Patch) { in applyPatches()
HDDIEAttributeCloner.cpp297 DebugDieRefPatch{AttrOutOffset, OutUnit.getAsCompileUnit(), in cloneDieRefAttr()
HDDWARFLinkerCompileUnit.cpp339 ->ListDebugDieRefPatch.forEach([&](DebugDieRefPatch &Patch) { in updateDieRefPatchesWithClonedOffsets()