Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DEhFrame.cpp41 bool hasLSDA();
157 bool elf::hasLSDA(const EhSectionPiece &p) { in hasLSDA() function in elf
158 return EhReader(p.sec, p.data()).hasLSDA(); in hasLSDA()
203 bool EhReader::hasLSDA() { in hasLSDA() function in EhReader
H A DEhFrame.h21 bool hasLSDA(const EhSectionPiece &p);
H A DSyntheticSections.cpp465 if (hasLSDA(piece)) in iterateFDEWithLSDAAux()