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.cpp38 bool hasLSDA();
138 bool elf::hasLSDA(const EhSectionPiece &p) { in hasLSDA() function in elf
139 return EhReader(p.sec, p.data()).hasLSDA(); in hasLSDA()
188 bool EhReader::hasLSDA() { in hasLSDA() function in EhReader
H A DEhFrame.h18 bool hasLSDA(const EhSectionPiece &p);
H A DSyntheticSections.cpp492 if (hasLSDA(cie)) in iterateFDEWithLSDAAux()