HomeSort by relevance Sort by last modified time
    Searched defs:isLSDA (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/ARM/
ARMConstantPoolValue.h 103 bool isLSDA() const { return Kind == ARMCP::CPLSDA; }
176 return APV->isGlobalValue() || APV->isBlockAddress() || APV->isLSDA();
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMConstantPoolValue.h 82 bool isLSDA() const { return Kind == ARMCP::CPLSDA; }
159 return APV->isGlobalValue() || APV->isBlockAddress() || APV->isLSDA();

Completed in 94 milliseconds