Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMConstantPoolValue.h103 bool isLSDA() const { return Kind == ARMCP::CPLSDA; } in isLSDA() function
176 return APV->isGlobalValue() || APV->isBlockAddress() || APV->isLSDA(); in classof()
DARMAsmPrinter.cpp958 if (ACPV->isLSDA()) { in EmitMachineConstantPoolValue()
DARMBaseInstrInfo.cpp1393 else if (ACPV->isLSDA()) in duplicateCPV()
/external/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()
/external/llvm-project/llvm/lib/Target/ARM/
DARMConstantPoolValue.h110 bool isLSDA() const { return Kind == ARMCP::CPLSDA; } in isLSDA() function
199 return APV->isGlobalValue() || APV->isBlockAddress() || APV->isLSDA() || in classof()
DARMAsmPrinter.cpp905 if (ACPV->isLSDA()) { in emitMachineConstantPoolValue()
DARMBaseInstrInfo.cpp1717 else if (ACPV->isLSDA()) in duplicateCPV()