Searched refs:LocationSection (Results 1 – 1 of 1) sorted by relevance
380 std::optional<SectionDescriptor *> LocationSection; in applyPatches() local382 LocationSection = tryGetSectionDescriptor(DebugSectionKind::DebugLocLists); in applyPatches()384 LocationSection = tryGetSectionDescriptor(DebugSectionKind::DebugLoc); in applyPatches()386 if (LocationSection) { in applyPatches()390 FinalValue += (*LocationSection)->StartOffset; in applyPatches()