Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp230 SectionFilter ToolSectionFilter(llvm::object::ObjectFile const &O) { in ToolSectionFilter() function
545 for (const SectionRef &Section : ToolSectionFilter(*O)) { in printRelocationTargetName()
860 for (const SectionRef &Section : ToolSectionFilter(*Obj)) { in DisassembleObject()
927 for (const SectionRef &Section : ToolSectionFilter(*Obj)) { in DisassembleObject()
1161 for (const SectionRef &Section : ToolSectionFilter(*Obj)) { in PrintRelocations()
1187 for (const SectionRef &Section : ToolSectionFilter(*Obj)) { in PrintSectionHeaders()
1205 for (const SectionRef &Section : ToolSectionFilter(*Obj)) { in PrintSectionContents()
1424 for (auto Sec : ToolSectionFilter(*Obj)) { in printRawClangAST()
1455 for (auto Sec : ToolSectionFilter(*Obj)) { in printFaultMaps()