Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lld/MachO/
H A DICF.cpp419 isSelRefsSection(isec); in foldIdenticalSections()
422 bool hasFoldableFlags = (isSelRefsSection(isec) || in foldIdenticalSections()
H A DInputSection.h301 bool isSelRefsSection(const InputSection *);
H A DInputSection.cpp395 bool macho::isSelRefsSection(const InputSection *isec) { in isSelRefsSection() function in macho