Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.h110 /// Creates a SectionFilter with a standard predicate that conditionally skips
116 object::SectionFilter ToolSectionFilter(const llvm::object::ObjectFile &O,
H A Dllvm-objdump.cpp429 SectionFilter objdump::ToolSectionFilter(object::ObjectFile const &O, in ToolSectionFilter()
435 return SectionFilter( in ToolSectionFilter()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h438 class SectionFilter {
440 SectionFilter(SectionFilterPredicate Pred, const ObjectFile &Obj) in SectionFilter() function