reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
865 if (ACPV->isPromotedGlobal()) { 875 auto *ACPC = cast<ARMConstantPoolConstant>(ACPV); 887 if (ACPV->isLSDA()) { 889 } else if (ACPV->isBlockAddress()) { 891 cast<ARMConstantPoolConstant>(ACPV)->getBlockAddress(); 893 } else if (ACPV->isGlobalValue()) { 894 const GlobalValue *GV = cast<ARMConstantPoolConstant>(ACPV)->getGV(); 900 } else if (ACPV->isMachineBasicBlock()) { 901 const MachineBasicBlock *MBB = cast<ARMConstantPoolMBB>(ACPV)->getMBB(); 904 assert(ACPV->isExtSymbol() && "unrecognized constant pool value"); 905 auto Sym = cast<ARMConstantPoolSymbol>(ACPV)->getSymbol(); 911 MCSymbolRefExpr::create(MCSym, getModifierVariantKind(ACPV->getModifier()), 914 if (ACPV->getPCAdjustment()) { 917 ACPV->getLabelId(), OutContext); 921 MCConstantExpr::create(ACPV->getPCAdjustment(), 924 if (ACPV->mustAddCurrentAddress()) {