Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp844 Expected<bool> DoesSectionMatch = IsMatch(Sec); in getSectionAndRelocations() local
845 if (!DoesSectionMatch) { in getSectionAndRelocations()
846 Errors = joinErrors(std::move(Errors), DoesSectionMatch.takeError()); in getSectionAndRelocations()
849 if (*DoesSectionMatch) { in getSectionAndRelocations()