Home
last modified time | relevance | path

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

/freebsd/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 DDWARFLinkerCompileUnit.cpp339 ->ListDebugDieRefPatch.forEach([&](DebugDieRefPatch &Patch) { in updateDieRefPatchesWithClonedOffsets()