Lines Matching defs:Patch
308 Section.ListDebugStrPatch.forEach([&](DebugStrPatch &Patch) { in applyPatches()
315 Section.ListDebugTypeStrPatch.forEach([&](DebugTypeStrPatch &Patch) { in applyPatches()
336 Section.ListDebugLineStrPatch.forEach([&](DebugLineStrPatch &Patch) { in applyPatches()
343 Section.ListDebugTypeLineStrPatch.forEach([&](DebugTypeLineStrPatch &Patch) { in applyPatches()
371 Section.ListDebugRangePatch.forEach([&](DebugRangePatch &Patch) { in applyPatches()
387 Section.ListDebugLocPatch.forEach([&](DebugLocPatch &Patch) { in applyPatches()
396 Section.ListDebugDieRefPatch.forEach([&](DebugDieRefPatch &Patch) { in applyPatches()
414 [&](DebugULEB128DieRefPatch &Patch) { in applyPatches()
420 Section.ListDebugDieTypeRefPatch.forEach([&](DebugDieTypeRefPatch &Patch) { in applyPatches()
435 [&](DebugType2TypeDieRefPatch &Patch) { in applyPatches()
460 Section.ListDebugOffsetPatch.forEach([&](DebugOffsetPatch &Patch) { in applyPatches()