Lines Matching refs:GV
368 void emitGlobalAddress(const GlobalValue *GV, unsigned Reloc,
501 void ARMCodeEmitter::emitGlobalAddress(const GlobalValue *GV, unsigned Reloc,
506 const_cast<GlobalValue *>(GV),
509 const_cast<GlobalValue *>(GV), ACPV,
724 const GlobalValue *GV = cast<ARMConstantPoolConstant>(ACPV)->getGV();
725 if (GV) {
727 emitGlobalAddress(GV, ARM::reloc_arm_machine_cp_entry,
728 isa<Function>(GV),
729 Subtarget->GVIsIndirectSymbol(GV, RelocM),