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

/openbsd-current/gnu/llvm/lld/ELF/
H A DEhFrame.h18 bool hasLSDA(const EhSectionPiece &p);
H A DEhFrame.cpp40 bool hasLSDA();
134 bool elf::hasLSDA(const EhSectionPiece &p) { function in class:elf
135 return EhReader(p.sec, p.data()).hasLSDA();
180 bool EhReader::hasLSDA() { function in class:EhReader
H A DSyntheticSections.cpp442 if (hasLSDA(cie))

Completed in 127 milliseconds