reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/ARM/ARMBaseInstrInfo.cpp
 1667   if (ACPV->isGlobalValue())
 1669         cast<ARMConstantPoolConstant>(ACPV)->getGV(), PCLabelId, ARMCP::CPValue,
 1670         4, ACPV->getModifier(), ACPV->mustAddCurrentAddress());
 1670         4, ACPV->getModifier(), ACPV->mustAddCurrentAddress());
 1671   else if (ACPV->isExtSymbol())
 1674              cast<ARMConstantPoolSymbol>(ACPV)->getSymbol(), PCLabelId, 4);
 1675   else if (ACPV->isBlockAddress())
 1677       Create(cast<ARMConstantPoolConstant>(ACPV)->getBlockAddress(), PCLabelId,
 1679   else if (ACPV->isLSDA())
 1682   else if (ACPV->isMachineBasicBlock())
 1685              cast<ARMConstantPoolMBB>(ACPV)->getMBB(), PCLabelId, 4);