Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp969 Expected<bool> DoesRelTargetMatch = IsMatch(*ContentsSec); in getSectionAndRelocations() local
970 if (!DoesRelTargetMatch) { in getSectionAndRelocations()
971 Errors = joinErrors(std::move(Errors), DoesRelTargetMatch.takeError()); in getSectionAndRelocations()
974 if (*DoesRelTargetMatch) in getSectionAndRelocations()