Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/MachO/
H A DInputSection.h292 bool isEhFrameSection(const InputSection *);
H A DInputSection.cpp336 bool macho::isEhFrameSection(const InputSection *isec) { in isEhFrameSection() function in macho
H A DICF.cpp450 } else if (!isEhFrameSection(isec)) { in foldIdenticalSections()
H A DInputFiles.cpp709 bool includeInSymtab = !isPrivateLabel(name) && !isEhFrameSection(isec); in createDefined()