Lines Matching defs:ACPV
1789 ARMConstantPoolValue *ACPV =
1800 if (ACPV->isGlobalValue())
1802 cast<ARMConstantPoolConstant>(ACPV)->getGV(), PCLabelId, ARMCP::CPValue,
1803 4, ACPV->getModifier(), ACPV->mustAddCurrentAddress());
1804 else if (ACPV->isExtSymbol())
1807 cast<ARMConstantPoolSymbol>(ACPV)->getSymbol(), PCLabelId, 4);
1808 else if (ACPV->isBlockAddress())
1810 Create(cast<ARMConstantPoolConstant>(ACPV)->getBlockAddress(), PCLabelId,
1812 else if (ACPV->isLSDA())
1815 else if (ACPV->isMachineBasicBlock())
1818 cast<ARMConstantPoolMBB>(ACPV)->getMBB(), PCLabelId, 4);