Home
last modified time | relevance | path

Searched refs:StringDestinationKind (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp963 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 …]
H A DDWARFLinkerImpl.h294 enum StringDestinationKind : uint8_t { DebugStr, DebugLineStr }; enum
298 function_ref<void(StringDestinationKind, const StringEntry *)>