Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerTypeUnit.cpp226 std::function<bool(const DebugTypeLineStrPatch &LHS, in prepareDataForTreeCreation()
227 const DebugTypeLineStrPatch &RHS)> in prepareDataForTreeCreation()
229 [&](const DebugTypeLineStrPatch &LHS, in prepareDataForTreeCreation()
230 const DebugTypeLineStrPatch &RHS) { in prepareDataForTreeCreation()
H A DOutputSections.h122 struct DebugTypeLineStrPatch : SectionPatch { struct
123 DebugTypeLineStrPatch(uint64_t PatchOffset, DIE *Die, TypeEntry *TypeName,
207 ADD_PATCHES_LIST(DebugTypeLineStrPatch) in ADD_PATCHES_LIST()
H A DOutputSections.cpp48 DebugTypeLineStrPatch::DebugTypeLineStrPatch(uint64_t PatchOffset, DIE *Die, in DebugTypeLineStrPatch() function in DebugTypeLineStrPatch
342 Section.ListDebugTypeLineStrPatch.forEach([&](DebugTypeLineStrPatch &Patch) { in applyPatches()
H A DDWARFLinkerImpl.cpp1037 [&](DebugTypeLineStrPatch &Patch) { in forEachOutputString()