Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Delf2yaml.cpp103 bool shouldPrintSection(const ELFYAML::Section &S, const Elf_Shdr &SHdr,
183 bool ELFDumper<ELFT>::shouldPrintSection(const ELFYAML::Section &S, in shouldPrintSection() function in ELFDumper
408 return !shouldPrintSection(S, Sections[S.OriginalSecNdx], Y->DWARF); in dump()