Searched refs:DebugTypeStrPatch (Results 1 – 4 of 4) sorted by relevance
203 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()
113 struct DebugTypeStrPatch : SectionPatch { struct114 DebugTypeStrPatch(uint64_t PatchOffset, DIE *Die, TypeEntry *TypeName,206 ADD_PATCHES_LIST(DebugTypeStrPatch) in ADD_PATCHES_LIST()
43 DebugTypeStrPatch::DebugTypeStrPatch(uint64_t PatchOffset, DIE *Die, in DebugTypeStrPatch() function in DebugTypeStrPatch314 Section.ListDebugTypeStrPatch.forEach([&](DebugTypeStrPatch &Patch) { in applyPatches()
1029 OutSection.ListDebugTypeStrPatch.forEach([&](DebugTypeStrPatch &Patch) { in forEachOutputString()