Home
last modified time | relevance | path

Searched refs:DebugDieTypeRefPatch (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DOutputSections.h97 struct DebugDieTypeRefPatch : SectionPatch { struct
98 DebugDieTypeRefPatch(uint64_t PatchOffset, TypeEntry *RefTypeName);
199 ADD_PATCHES_LIST(DebugDieTypeRefPatch) in ADD_PATCHES_LIST()
100 RefTypeNameDebugDieTypeRefPatch global() argument
H A DOutputSections.cpp33 DebugDieTypeRefPatch::DebugDieTypeRefPatch(uint64_t PatchOffset, in DebugDieTypeRefPatch() function in DebugDieTypeRefPatch
420 Section.ListDebugDieTypeRefPatch.forEach([&](DebugDieTypeRefPatch &Patch) { in applyPatches()
H A DDIEAttributeCloner.cpp272 DebugDieTypeRefPatch{AttrOutOffset, RefTypeName}, PatchesOffsets); in cloneDieRefAttr()