Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DInputSection.h302 bool isEhFrameSection(const InputSection *);
H A DICF.cpp450 } else if (!isEhFrameSection(isec)) { in foldIdenticalSections()
H A DInputSection.cpp400 bool macho::isEhFrameSection(const InputSection *isec) { in isEhFrameSection() function in macho
H A DInputFiles.cpp726 bool includeInSymtab = !isPrivateLabel(name) && !isEhFrameSection(isec); in createDefined()