Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DOutputSections.cpp380 std::optional<SectionDescriptor *> LocationSection; in applyPatches() local
382 LocationSection = tryGetSectionDescriptor(DebugSectionKind::DebugLocLists); in applyPatches()
384 LocationSection = tryGetSectionDescriptor(DebugSectionKind::DebugLoc); in applyPatches()
386 if (LocationSection) { in applyPatches()
390 FinalValue += (*LocationSection)->StartOffset; in applyPatches()