Lines Matching refs:StubSym
98 MachineModuleInfoImpl::StubValueTy &StubSym = ELFMMI.getGVStubEntry(SSym); in getTTypeGlobalReference() local
99 if (!StubSym.getPointer()) { in getTTypeGlobalReference()
101 StubSym = MachineModuleInfoImpl::StubValueTy(Sym, !GV->hasLocalLinkage()); in getTTypeGlobalReference()
687 MachineModuleInfoImpl::StubValueTy &StubSym = MachOMMI.getGVStubEntry(SSym); in getTTypeGlobalReference() local
688 if (!StubSym.getPointer()) { in getTTypeGlobalReference()
690 StubSym = MachineModuleInfoImpl::StubValueTy(Sym, !GV->hasLocalLinkage()); in getTTypeGlobalReference()
713 MachineModuleInfoImpl::StubValueTy &StubSym = MachOMMI.getGVStubEntry(SSym); in getCFIPersonalitySymbol() local
714 if (!StubSym.getPointer()) { in getCFIPersonalitySymbol()
716 StubSym = MachineModuleInfoImpl::StubValueTy(Sym, !GV->hasLocalLinkage()); in getCFIPersonalitySymbol()
764 MachineModuleInfoImpl::StubValueTy &StubSym = MachOMMI.getGVStubEntry(Stub); in getIndirectSymViaGOTPCRel() local
765 if (!StubSym.getPointer()) in getIndirectSymViaGOTPCRel()
766 StubSym = MachineModuleInfoImpl:: in getIndirectSymViaGOTPCRel()