Lines Matching defs:Patch
861 // Patch size/offsets fields according to the assigned CU offsets.
1007 OutSection.ListDebugStrPatch.forEach([&](DebugStrPatch &Patch) {
1008 StringHandler(StringDestinationKind::DebugStr, Patch.String);
1011 OutSection.ListDebugLineStrPatch.forEach([&](DebugLineStrPatch &Patch) {
1012 StringHandler(StringDestinationKind::DebugLineStr, Patch.String);
1023 OutSection.ListDebugStrPatch.forEach([&](DebugStrPatch &Patch) {
1024 StringHandler(StringDestinationKind::DebugStr, Patch.String);
1027 OutSection.ListDebugLineStrPatch.forEach([&](DebugLineStrPatch &Patch) {
1028 StringHandler(StringDestinationKind::DebugLineStr, Patch.String);
1031 OutSection.ListDebugTypeStrPatch.forEach([&](DebugTypeStrPatch &Patch) {
1032 if (Patch.Die == nullptr)
1035 StringHandler(StringDestinationKind::DebugStr, Patch.String);
1039 [&](DebugTypeLineStrPatch &Patch) {
1040 if (Patch.Die == nullptr)
1043 StringHandler(StringDestinationKind::DebugStr, Patch.String);