Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DOutputSections.h113 struct DebugTypeStrPatch : SectionPatch { struct
117 DIE *Die = nullptr;
118 TypeEntry *TypeName = nullptr;
119 StringEntry *String = nullptr;
H A DOutputSections.cpp44 DebugTypeStrPatch::DebugTypeStrPatch(uint64_t PatchOffset, DIE *Die, in DebugTypeStrPatch() function in DebugTypeStrPatch