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

/external/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h103 bool isLSDA() const { return Kind == ARMCP::CPLSDA; } function in class:llvm::ARMConstantPoolValue
178 return APV->isGlobalValue() || APV->isBlockAddress() || APV->isLSDA();

Completed in 76 milliseconds