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

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.h115 SectionFilter ToolSectionFilter(llvm::object::ObjectFile const &O,
H A Dllvm-objdump.cpp415 SectionFilter objdump::ToolSectionFilter(object::ObjectFile const &O, function in class:objdump
1689 for (const SectionRef &Section : ToolSectionFilter(*Obj)) {
2165 for (const SectionRef &Section : ToolSectionFilter(*Obj, &Ndx)) {
2242 for (const SectionRef &S : ToolSectionFilter(*Obj))
2251 for (const SectionRef &Section : ToolSectionFilter(*Obj)) {
2275 for (const SectionRef &Section : ToolSectionFilter(*Obj, &Idx)) {
2304 for (const SectionRef &Section : ToolSectionFilter(*Obj)) {
2544 for (auto Sec : ToolSectionFilter(*Obj)) {
2580 for (auto Sec : ToolSectionFilter(*Obj)) {
H A DMachODump.cpp439 for (const SectionRef &Section : ToolSectionFilter(*O)) {

Completed in 99 milliseconds