Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DEhFrame.cpp40 bool hasLSDA();
134 bool elf::hasLSDA(const EhSectionPiece &p) { in hasLSDA() function in elf
135 return EhReader(p.sec, p.data()).hasLSDA(); in hasLSDA()
180 bool EhReader::hasLSDA() { in hasLSDA() function in EhReader
H A DEhFrame.h18 bool hasLSDA(const EhSectionPiece &p);
H A DSyntheticSections.cpp473 if (hasLSDA(cie)) in iterateFDEWithLSDAAux()