Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerTypeUnit.cpp204 std::function<bool(const DebugTypeStrPatch &LHS, in prepareDataForTreeCreation()
205 const DebugTypeStrPatch &RHS)> in prepareDataForTreeCreation()
206 TypeStrPatchesComparator = [&](const DebugTypeStrPatch &LHS, in prepareDataForTreeCreation()
207 const DebugTypeStrPatch &RHS) { in prepareDataForTreeCreation()
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()
117 DieDebugTypeStrPatch global() argument
118 TypeNameDebugTypeStrPatch global() argument
119 StringDebugTypeStrPatch global() argument
H A DOutputSections.cpp44 DebugTypeStrPatch::DebugTypeStrPatch(uint64_t PatchOffset, DIE *Die, in DebugTypeStrPatch() function in DebugTypeStrPatch
315 Section.ListDebugTypeStrPatch.forEach([&](DebugTypeStrPatch &Patch) { in applyPatches()
H A DDIEAttributeCloner.cpp218 DebugTypeStrPatch{AttrOutOffset, OutDIE, in cloneStringAttr()
H A DDWARFLinkerImpl.cpp1031 OutSection.ListDebugTypeStrPatch.forEach([&](DebugTypeStrPatch &Patch) { in forEachOutputString()