Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DOutputSections.h113 struct DebugTypeStrPatch : SectionPatch { struct
114 DebugTypeStrPatch(uint64_t PatchOffset, DIE *Die, TypeEntry *TypeName,
201 ADD_PATCHES_LIST(DebugTypeStrPatch) in ADD_PATCHES_LIST()
H A DDWARFLinkerImpl.cpp1031 OutSection.ListDebugTypeStrPatch.forEach([&](DebugTypeStrPatch &Patch) { in forEachOutputString()