Home
last modified time | relevance | path

Searched refs:isLSDA (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMConstantPoolValue.h112 bool isLSDA() const { return Kind == ARMCP::CPLSDA; } in isLSDA() function
201 return APV->isGlobalValue() || APV->isBlockAddress() || APV->isLSDA() || in classof()
DARMAsmPrinter.cpp887 if (ACPV->isLSDA()) { in EmitMachineConstantPoolValue()
DARMBaseInstrInfo.cpp1676 else if (ACPV->isLSDA()) in duplicateCPV()