Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerTypeUnit.cpp203 std::function<bool(const DebugTypeStrPatch &LHS, in prepareDataForTreeCreation()
204 const DebugTypeStrPatch &RHS)> in prepareDataForTreeCreation()
205 TypeStrPatchesComparator = [&](const DebugTypeStrPatch &LHS, in prepareDataForTreeCreation()
206 const DebugTypeStrPatch &RHS) { in prepareDataForTreeCreation()
H A DOutputSections.h113 struct DebugTypeStrPatch : SectionPatch { struct
114 DebugTypeStrPatch(uint64_t PatchOffset, DIE *Die, TypeEntry *TypeName,
206 ADD_PATCHES_LIST(DebugTypeStrPatch) in ADD_PATCHES_LIST()
H A DOutputSections.cpp43 DebugTypeStrPatch::DebugTypeStrPatch(uint64_t PatchOffset, DIE *Die, in DebugTypeStrPatch() function in DebugTypeStrPatch
314 Section.ListDebugTypeStrPatch.forEach([&](DebugTypeStrPatch &Patch) { in applyPatches()
H A DDWARFLinkerImpl.cpp1029 OutSection.ListDebugTypeStrPatch.forEach([&](DebugTypeStrPatch &Patch) { in forEachOutputString()