Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DOutputSections.h79 struct DebugDieRefPatch : SectionPatch { struct
83 PointerIntPair<CompileUnit *, 1> RefCU;
84 uint64_t RefDieIdxOrClonedOffset = 0;
H A DOutputSections.cpp18 DebugDieRefPatch::DebugDieRefPatch(uint64_t PatchOffset, CompileUnit *SrcCU, in DebugDieRefPatch() function in DebugDieRefPatch