Lines Matching refs:Patch
1009 OutSection.ListDebugStrPatch.forEach([&](DebugStrPatch &Patch) { in forEachOutputString() argument
1010 StringHandler(StringDestinationKind::DebugStr, Patch.String); in forEachOutputString()
1013 OutSection.ListDebugLineStrPatch.forEach([&](DebugLineStrPatch &Patch) { in forEachOutputString() argument
1014 StringHandler(StringDestinationKind::DebugLineStr, Patch.String); in forEachOutputString()
1025 OutSection.ListDebugStrPatch.forEach([&](DebugStrPatch &Patch) { in forEachOutputString() argument
1026 StringHandler(StringDestinationKind::DebugStr, Patch.String); in forEachOutputString()
1029 OutSection.ListDebugLineStrPatch.forEach([&](DebugLineStrPatch &Patch) { in forEachOutputString() argument
1030 StringHandler(StringDestinationKind::DebugLineStr, Patch.String); in forEachOutputString()
1033 OutSection.ListDebugTypeStrPatch.forEach([&](DebugTypeStrPatch &Patch) { in forEachOutputString() argument
1034 if (Patch.Die == nullptr) in forEachOutputString()
1037 StringHandler(StringDestinationKind::DebugStr, Patch.String); in forEachOutputString()
1041 [&](DebugTypeLineStrPatch &Patch) { in forEachOutputString() argument
1042 if (Patch.Die == nullptr) in forEachOutputString()
1045 StringHandler(StringDestinationKind::DebugStr, Patch.String); in forEachOutputString()