Searched refs:checkSectionFilter (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp393 static FilterResult checkSectionFilter(object::SectionRef S) { function
423 FilterResult Result = checkSectionFilter(S);
1442 if (Relocated == Obj.section_end() || !checkSectionFilter(*Relocated).Keep)

Completed in 41 milliseconds