Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp407 static FilterResult checkSectionFilter(object::SectionRef S) { in checkSectionFilter() function
437 FilterResult Result = checkSectionFilter(S); in ToolSectionFilter()
1304 if (Relocated == Obj.section_end() || !checkSectionFilter(*Relocated).Keep) in getRelocsMap()