Searched refs:StringDestinationKind (Results 1 – 2 of 2) sorted by relevance
963 forEachOutputString([&](StringDestinationKind Kind, in assignOffsetsToStrings()966 case StringDestinationKind::DebugStr: { in assignOffsetsToStrings()976 case StringDestinationKind::DebugLineStr: { in assignOffsetsToStrings()1010 StringHandler(StringDestinationKind::DebugStr, Patch.String); in forEachOutputString()1014 StringHandler(StringDestinationKind::DebugLineStr, Patch.String); in forEachOutputString()1026 StringHandler(StringDestinationKind::DebugStr, Patch.String); in forEachOutputString()1030 StringHandler(StringDestinationKind::DebugLineStr, Patch.String); in forEachOutputString()1037 StringHandler(StringDestinationKind::DebugStr, Patch.String); in forEachOutputString()1174 [&](StringDestinationKind Kind, const StringEntry *String) { in emitStringSections()1176 case StringDestinationKind::DebugStr: { in emitStringSections()[all …]
294 enum StringDestinationKind : uint8_t { DebugStr, DebugLineStr }; enum298 function_ref<void(StringDestinationKind, const StringEntry *)>