Searched refs:LocationSection (Results 1 – 1 of 1) sorted by relevance
379 std::optional<SectionDescriptor *> LocationSection; in applyPatches() local381 LocationSection = tryGetSectionDescriptor(DebugSectionKind::DebugLocLists); in applyPatches()383 LocationSection = tryGetSectionDescriptor(DebugSectionKind::DebugLoc); in applyPatches()385 if (LocationSection) { in applyPatches()389 FinalValue += (*LocationSection)->StartOffset; in applyPatches()