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