Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp242 SectionFilter ToolSectionFilter(llvm::object::ObjectFile const &O) { in ToolSectionFilter() function
682 for (const SectionRef &Section : ToolSectionFilter(*O)) { in printRelocationTargetName()
995 for (const SectionRef &Section : ToolSectionFilter(*Obj)) { in DisassembleObject()
1062 for (const SectionRef &Section : ToolSectionFilter(*Obj)) { in DisassembleObject()
1305 for (const SectionRef &Section : ToolSectionFilter(*Obj)) { in PrintRelocations()
1331 for (const SectionRef &Section : ToolSectionFilter(*Obj)) { in PrintSectionHeaders()
1349 for (const SectionRef &Section : ToolSectionFilter(*Obj)) { in PrintSectionContents()
1575 for (auto Sec : ToolSectionFilter(*Obj)) { in printRawClangAST()
1606 for (auto Sec : ToolSectionFilter(*Obj)) { in printFaultMaps()