Lines Matching refs:Patch
1007 OutSection.ListDebugStrPatch.forEach([&](DebugStrPatch &Patch) { in forEachOutputString() argument
1008 StringHandler(StringDestinationKind::DebugStr, Patch.String); in forEachOutputString()
1011 OutSection.ListDebugLineStrPatch.forEach([&](DebugLineStrPatch &Patch) { in forEachOutputString() argument
1012 StringHandler(StringDestinationKind::DebugLineStr, Patch.String); in forEachOutputString()
1023 OutSection.ListDebugStrPatch.forEach([&](DebugStrPatch &Patch) { in forEachOutputString() argument
1024 StringHandler(StringDestinationKind::DebugStr, Patch.String); in forEachOutputString()
1027 OutSection.ListDebugLineStrPatch.forEach([&](DebugLineStrPatch &Patch) { in forEachOutputString() argument
1028 StringHandler(StringDestinationKind::DebugLineStr, Patch.String); in forEachOutputString()
1031 OutSection.ListDebugTypeStrPatch.forEach([&](DebugTypeStrPatch &Patch) { in forEachOutputString() argument
1032 if (Patch.Die == nullptr) in forEachOutputString()
1035 StringHandler(StringDestinationKind::DebugStr, Patch.String); in forEachOutputString()
1039 [&](DebugTypeLineStrPatch &Patch) { in forEachOutputString() argument
1040 if (Patch.Die == nullptr) in forEachOutputString()
1043 StringHandler(StringDestinationKind::DebugStr, Patch.String); in forEachOutputString()