Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp961 forEachOutputString([&](StringDestinationKind Kind, in assignOffsetsToStrings()
964 case StringDestinationKind::DebugStr: { in assignOffsetsToStrings()
974 case StringDestinationKind::DebugLineStr: { in assignOffsetsToStrings()
998 function_ref<void(StringDestinationKind Kind, const StringEntry *String)> in forEachOutputString()
1008 StringHandler(StringDestinationKind::DebugStr, Patch.String); in forEachOutputString()
1012 StringHandler(StringDestinationKind::DebugLineStr, Patch.String); in forEachOutputString()
1024 StringHandler(StringDestinationKind::DebugStr, Patch.String); in forEachOutputString()
1028 StringHandler(StringDestinationKind::DebugLineStr, Patch.String); in forEachOutputString()
1035 StringHandler(StringDestinationKind::DebugStr, Patch.String); in forEachOutputString()
1043 StringHandler(StringDestinationKind::DebugStr, Patch.String); in forEachOutputString()
[all …]
H A DDWARFLinkerImpl.h293 enum StringDestinationKind : uint8_t { DebugStr, DebugLineStr }; enum
297 function_ref<void(StringDestinationKind, const StringEntry *)>