Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DInputSection.h283 bool isEhFrameSection(const InputSection *);
H A DInputSection.cpp343 bool macho::isEhFrameSection(const InputSection *isec) { in isEhFrameSection() function in macho
H A DICF.cpp444 } else if (!isEhFrameSection(isec)) { in foldIdenticalSections()
H A DInputFiles.cpp838 !name.startswith("l") && !name.startswith("L") && !isEhFrameSection(isec); in createDefined()