Lines Matching refs:GV
48 TargetLoweringObjectFileELF::getCFIPersonalitySymbol(const GlobalValue *GV,
56 return Mang->getSymbol(GV);
59 Mang->getSymbol(GV)->getName());
174 getExplicitSectionGlobal(const GlobalValue *GV, SectionKind Kind,
176 StringRef SectionName = GV->getSection();
207 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
219 if ((GV->isWeakForLinker() || EmitUniquedSection) &&
225 MCSymbol *Sym = Mang->getSymbol(GV);
229 if (GV->isWeakForLinker()) {
249 TM.getTargetData()->getPreferredAlignment(cast<GlobalVariable>(GV));
317 getExprForDwarfGlobalReference(const GlobalValue *GV, Mangler *Mang,
325 Mang->getNameWithPrefix(Name, GV, true);
333 MCSymbol *Sym = Mang->getSymbol(GV);
334 StubSym = MachineModuleInfoImpl::StubValueTy(Sym, !GV->hasLocalLinkage());
342 getExprForDwarfGlobalReference(GV, Mang, MMI, Encoding, Streamer);
432 getExplicitSectionGlobal(const GlobalValue *GV, SectionKind Kind,
439 MCSectionMachO::ParseSectionSpecifier(GV->getSection(), Segment, Section,
443 GV->getName() +
445 GV->getSection() + "': " + ErrorCode + ".");
462 report_fatal_error("Global variable '" + GV->getName() +
471 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
479 return GV->isWeakForLinker() ? TextCoalSection : TextSection;
483 if (GV->isWeakForLinker()) {
491 TM.getTargetData()->getPreferredAlignment(cast<GlobalVariable>(GV)) < 32)
497 if (Kind.isMergeable2ByteCString() && !GV->hasExternalLinkage() &&
498 TM.getTargetData()->getPreferredAlignment(cast<GlobalVariable>(GV)) < 32)
554 shouldEmitUsedDirectiveFor(const GlobalValue *GV, Mangler *Mang) const {
557 if (!GV) return false;
560 if (GV->hasLocalLinkage() && !isa<Function>(GV)) {
564 MCSymbol *Sym = Mang->getSymbol(GV);
573 getExprForDwarfGlobalReference(const GlobalValue *GV, Mangler *Mang,
583 Mang->getNameWithPrefix(Name, GV, true);
590 GV->hasHiddenVisibility() ? MachOMMI.getHiddenGVStubEntry(SSym) :
593 MCSymbol *Sym = Mang->getSymbol(GV);
594 StubSym = MachineModuleInfoImpl::StubValueTy(Sym, !GV->hasLocalLinkage());
602 getExprForDwarfGlobalReference(GV, Mang, MMI, Encoding, Streamer);
606 getCFIPersonalitySymbol(const GlobalValue *GV, Mangler *Mang,
613 Mang->getNameWithPrefix(Name, GV, true);
621 MCSymbol *Sym = Mang->getSymbol(GV);
622 StubSym = MachineModuleInfoImpl::StubValueTy(Sym, !GV->hasLocalLinkage());
668 getExplicitSectionGlobal(const GlobalValue *GV, SectionKind Kind,
670 return getContext().getCOFFSection(GV->getSection(),
689 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
694 if (GV->isWeakForLinker()) {
697 MCSymbol *Sym = Mang->getSymbol(GV);