Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DOutputSections.h104 struct DebugType2TypeDieRefPatch : SectionPatch { struct
105 DebugType2TypeDieRefPatch(uint64_t PatchOffset, DIE *Die, TypeEntry *TypeName,
200 ADD_PATCHES_LIST(DebugType2TypeDieRefPatch) in ADD_PATCHES_LIST()
108 DieDebugType2TypeDieRefPatch global() argument
109 TypeNameDebugType2TypeDieRefPatch global() argument
110 RefTypeNameDebugType2TypeDieRefPatch global() argument
H A DOutputSections.cpp37 DebugType2TypeDieRefPatch::DebugType2TypeDieRefPatch(uint64_t PatchOffset, in DebugType2TypeDieRefPatch() function in DebugType2TypeDieRefPatch
435 [&](DebugType2TypeDieRefPatch &Patch) { in applyPatches()
H A DDIEAttributeCloner.cpp261 DebugInfoOutputSection.notePatch(DebugType2TypeDieRefPatch{ in cloneDieRefAttr()