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.cpp1014 Expected<bool> DoesRelTargetMatch = IsMatch(*ContentsSec); in getSectionAndRelocations() local
1015 if (!DoesRelTargetMatch) { in getSectionAndRelocations()
1016 Errors = joinErrors(std::move(Errors), DoesRelTargetMatch.takeError()); in getSectionAndRelocations()
1019 if (*DoesRelTargetMatch) in getSectionAndRelocations()