Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DOutputSections.h104 struct DebugType2TypeDieRefPatch : SectionPatch { struct
105 DebugType2TypeDieRefPatch(uint64_t PatchOffset, DIE *Die, TypeEntry *TypeName,
205 ADD_PATCHES_LIST(DebugType2TypeDieRefPatch) in ADD_PATCHES_LIST()
H A DOutputSections.cpp36 DebugType2TypeDieRefPatch::DebugType2TypeDieRefPatch(uint64_t PatchOffset, in DebugType2TypeDieRefPatch() function in DebugType2TypeDieRefPatch
434 [&](DebugType2TypeDieRefPatch &Patch) { in applyPatches()