Lines Matching refs:GV
362 void emitGlobalAddress(const GlobalValue *GV, unsigned Reloc,
485 void ARMCodeEmitter::emitGlobalAddress(const GlobalValue *GV, unsigned Reloc,
490 const_cast<GlobalValue *>(GV),
493 const_cast<GlobalValue *>(GV), ACPV,
713 const GlobalValue *GV = cast<ARMConstantPoolConstant>(ACPV)->getGV();
714 if (GV) {
716 emitGlobalAddress(GV, ARM::reloc_arm_machine_cp_entry,
717 isa<Function>(GV),
718 Subtarget->GVIsIndirectSymbol(GV, RelocM),