Searched refs:StringDestinationKind (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DWARFLinkerImpl.cpp | 959 forEachOutputString([&](StringDestinationKind Kind, in assignOffsetsToStrings() 962 case StringDestinationKind::DebugStr: { in assignOffsetsToStrings() 972 case StringDestinationKind::DebugLineStr: { in assignOffsetsToStrings() 996 function_ref<void(StringDestinationKind Kind, const StringEntry *String)> in forEachOutputString() 1006 StringHandler(StringDestinationKind::DebugStr, Patch.String); in forEachOutputString() 1010 StringHandler(StringDestinationKind::DebugLineStr, Patch.String); in forEachOutputString() 1022 StringHandler(StringDestinationKind::DebugStr, Patch.String); in forEachOutputString() 1026 StringHandler(StringDestinationKind::DebugLineStr, Patch.String); in forEachOutputString() 1033 StringHandler(StringDestinationKind::DebugStr, Patch.String); in forEachOutputString() 1041 StringHandler(StringDestinationKind::DebugStr, Patch.String); in forEachOutputString() [all …]
|
| H A D | DWARFLinkerImpl.h | 293 enum StringDestinationKind : uint8_t { DebugStr, DebugLineStr }; enum 297 function_ref<void(StringDestinationKind, const StringEntry *)>
|