Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DInputSection.h284 bool isGccExceptTabSection(const InputSection *);
H A DInputSection.cpp348 bool macho::isGccExceptTabSection(const InputSection *isec) { in isGccExceptTabSection() function in macho
H A DICF.cpp421 isClassRefsSection(isec) || isGccExceptTabSection(isec)) && in foldIdenticalSections()