Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerTypeUnit.cpp227 std::function<bool(const DebugTypeLineStrPatch &LHS, in prepareDataForTreeCreation()
228 const DebugTypeLineStrPatch &RHS)> in prepareDataForTreeCreation()
230 [&](const DebugTypeLineStrPatch &LHS, in prepareDataForTreeCreation()
231 const DebugTypeLineStrPatch &RHS) { in prepareDataForTreeCreation()
H A DOutputSections.h122 struct DebugTypeLineStrPatch : SectionPatch { struct
123 DebugTypeLineStrPatch(uint64_t PatchOffset, DIE *Die, TypeEntry *TypeName,
202 ADD_PATCHES_LIST(DebugTypeLineStrPatch) in ADD_PATCHES_LIST()
126 DieDebugTypeLineStrPatch global() argument
127 TypeNameDebugTypeLineStrPatch global() argument
128 StringDebugTypeLineStrPatch global() argument
H A DOutputSections.cpp49 DebugTypeLineStrPatch::DebugTypeLineStrPatch(uint64_t PatchOffset, DIE *Die, in DebugTypeLineStrPatch() function in DebugTypeLineStrPatch
343 Section.ListDebugTypeLineStrPatch.forEach([&](DebugTypeLineStrPatch &Patch) { in applyPatches()
H A DDIEAttributeCloner.cpp203 DebugInfoOutputSection.notePatch(DebugTypeLineStrPatch{ in cloneStringAttr()
H A DDWARFLinkerImpl.cpp1039 [&](DebugTypeLineStrPatch &Patch) { in forEachOutputString()