Searched refs:isLSDA (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DMarkLive.cpp59 void resolveReloc(InputSectionBase &sec, RelTy &rel, bool isLSDA);
92 bool isLSDA) {
107 if (!isLSDA || !(relSec->flags & SHF_EXECINSTR))
91 resolveReloc(InputSectionBase &sec, RelTy &rel, bool isLSDA) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h110 bool isLSDA() const { return Kind == ARMCP::CPLSDA; } function in class:llvm::ARMConstantPoolValue
199 return APV->isGlobalValue() || APV->isBlockAddress() || APV->isLSDA() ||
H A DARMAsmPrinter.cpp905 if (ACPV->isLSDA()) {
H A DARMBaseInstrInfo.cpp1732 else if (ACPV->isLSDA())

Completed in 181 milliseconds