Searched refs:DoesRelTargetMatch (Results 1 – 1 of 1) sorted by relevance
969 Expected<bool> DoesRelTargetMatch = IsMatch(*ContentsSec); in getSectionAndRelocations() local970 if (!DoesRelTargetMatch) { in getSectionAndRelocations()971 Errors = joinErrors(std::move(Errors), DoesRelTargetMatch.takeError()); in getSectionAndRelocations()974 if (*DoesRelTargetMatch) in getSectionAndRelocations()