Home | History | Annotate | Download | only in ARM

Lines Matching refs:ACPV

1214   ARMConstantPoolValue *ACPV =
1224 if (ACPV->isGlobalValue())
1226 Create(cast<ARMConstantPoolConstant>(ACPV)->getGV(), PCLabelId,
1228 else if (ACPV->isExtSymbol())
1231 cast<ARMConstantPoolSymbol>(ACPV)->getSymbol(), PCLabelId, 4);
1232 else if (ACPV->isBlockAddress())
1234 Create(cast<ARMConstantPoolConstant>(ACPV)->getBlockAddress(), PCLabelId,
1236 else if (ACPV->isLSDA())
1239 else if (ACPV->isMachineBasicBlock())
1242 cast<ARMConstantPoolMBB>(ACPV)->getMBB(), PCLabelId, 4);