Home
last modified time | relevance | path

Searched refs:StubSym (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcTargetObjectFile.cpp34 MachineModuleInfoImpl::StubValueTy &StubSym = ELFMMI.getGVStubEntry(SSym); in getTTypeGlobalReference() local
35 if (!StubSym.getPointer()) { in getTTypeGlobalReference()
37 StubSym = MachineModuleInfoImpl::StubValueTy(Sym, !GV->hasLocalLinkage()); in getTTypeGlobalReference()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetObjectFile.cpp103 MCSymbol *StubSym = Ctx.getOrCreateSymbol( in getAuthPtrSlotSymbolHelper() local
108 const MCExpr *&StubAuthPtrRef = TargetMMI.getAuthPtrStubEntry(StubSym); in getAuthPtrSlotSymbolHelper()
111 return StubSym; in getAuthPtrSlotSymbolHelper()
118 return StubSym; in getAuthPtrSlotSymbolHelper()
H A DAArch64MCInstLower.cpp134 MachineModuleInfoImpl::StubValueTy &StubSym = in GetGlobalValueSymbol() local
137 if (!StubSym.getPointer()) in GetGlobalValueSymbol()
138 StubSym = MachineModuleInfoImpl::StubValueTy(Printer.getSymbol(GV), true); in GetGlobalValueSymbol()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLazyReexports.cpp191 StubSym = Alias.first](ExecutorAddr ResolvedAddr) -> Error { in materialize()
192 return ISManager.updatePointer(*StubSym, ResolvedAddr); in materialize()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp447 MachineModuleInfoImpl::StubValueTy &StubSym = ELFMMI.getGVStubEntry(SSym); in getTTypeGlobalReference() local
448 if (!StubSym.getPointer()) { in getTTypeGlobalReference()
450 StubSym = MachineModuleInfoImpl::StubValueTy(Sym, !GV->hasLocalLinkage()); in getTTypeGlobalReference()
1445 MachineModuleInfoImpl::StubValueTy &StubSym = MachOMMI.getGVStubEntry(SSym); in getTTypeGlobalReference() local
1446 if (!StubSym.getPointer()) { in getTTypeGlobalReference()
1448 StubSym = MachineModuleInfoImpl::StubValueTy(Sym, !GV->hasLocalLinkage()); in getTTypeGlobalReference()
1471 MachineModuleInfoImpl::StubValueTy &StubSym = MachOMMI.getGVStubEntry(SSym); in getCFIPersonalitySymbol() local
1472 if (!StubSym.getPointer()) { in getCFIPersonalitySymbol()
1474 StubSym = MachineModuleInfoImpl::StubValueTy(Sym, !GV->hasLocalLinkage()); in getCFIPersonalitySymbol()
1538 MachineModuleInfoImpl::StubValueTy &StubSym = MachOMMI.getGVStubEntry(Stub); in getIndirectSymViaGOTPCRel() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp229 MachineModuleInfoImpl::StubValueTy &StubSym = in PrintSymbolOperand() local
231 if (!StubSym.getPointer()) in PrintSymbolOperand()
232 StubSym = MachineModuleInfoImpl::StubValueTy(getSymbol(GV), in PrintSymbolOperand()
H A DX86MCInstLower.cpp207 MachineModuleInfoImpl::StubValueTy &StubSym = MMICOFF.getGVStubEntry(Sym); in GetSymbolFromOperand() local
208 if (!StubSym.getPointer()) { in GetSymbolFromOperand()
210 StubSym = MachineModuleInfoImpl::StubValueTy( in GetSymbolFromOperand()
217 MachineModuleInfoImpl::StubValueTy &StubSym = in GetSymbolFromOperand() local
219 if (!StubSym.getPointer()) { in GetSymbolFromOperand()
221 StubSym = MachineModuleInfoImpl::StubValueTy( in GetSymbolFromOperand()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp872 MachineModuleInfoImpl::StubValueTy &StubSym = in GetARMGVSymbol() local
876 if (!StubSym.getPointer()) in GetARMGVSymbol()
877 StubSym = MachineModuleInfoImpl::StubValueTy(getSymbol(GV), in GetARMGVSymbol()
901 MachineModuleInfoImpl::StubValueTy &StubSym = in GetARMGVSymbol() local
904 if (!StubSym.getPointer()) in GetARMGVSymbol()
905 StubSym = MachineModuleInfoImpl::StubValueTy(getSymbol(GV), true); in GetARMGVSymbol()