Home | History | Annotate | Download | only in ARM

Lines Matching defs:ACPV

370                            intptr_t ACPV = 0) const;
503 intptr_t ACPV) const {
507 ACPV, MayNeedFarStub)
509 const_cast<GlobalValue *>(GV), ACPV,
717 ARMConstantPoolValue *ACPV =
721 << (void*)MCE.getCurrentPCValue() << " " << *ACPV << '\n');
723 assert(ACPV->isGlobalValue() && "unsupported constant pool value");
724 const GlobalValue *GV = cast<ARMConstantPoolConstant>(ACPV)->getGV();
730 (intptr_t)ACPV);
732 const char *Sym = cast<ARMConstantPoolSymbol>(ACPV)->getSymbol();