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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcTargetObjectFile.cpp34 MachineModuleInfoImpl::StubValueTy &StubSym = ELFMMI.getGVStubEntry(SSym); local
35 if (!StubSym.getPointer()) {
37 StubSym = MachineModuleInfoImpl::StubValueTy(Sym, !GV->hasLocalLinkage());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMCInstLower.cpp67 MachineModuleInfoImpl::StubValueTy &StubSym = MachO.getGVStubEntry(Sym); local
69 if (!StubSym.getPointer()) {
71 StubSym = MachineModuleInfoImpl::
H A DPPCAsmPrinter.cpp184 MachineModuleInfoImpl::StubValueTy &StubSym = local
187 if (!StubSym.getPointer())
188 StubSym = MachineModuleInfoImpl::StubValueTy(getSymbol(GV),
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp399 MachineModuleInfoImpl::StubValueTy &StubSym = ELFMMI.getGVStubEntry(SSym); local
400 if (!StubSym.getPointer()) {
402 StubSym = MachineModuleInfoImpl::StubValueTy(Sym, !GV->hasLocalLinkage());
1078 MachineModuleInfoImpl::StubValueTy &StubSym = MachOMMI.getGVStubEntry(SSym); local
1079 if (!StubSym.getPointer()) {
1081 StubSym = MachineModuleInfoImpl::StubValueTy(Sym, !GV->hasLocalLinkage());
1104 MachineModuleInfoImpl::StubValueTy &StubSym = MachOMMI.getGVStubEntry(SSym); local
1105 if (!StubSym.getPointer()) {
1107 StubSym = MachineModuleInfoImpl::StubValueTy(Sym, !GV->hasLocalLinkage());
1171 MachineModuleInfoImpl::StubValueTy &StubSym local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MCInstLower.cpp64 MachineModuleInfoImpl::StubValueTy &StubSym = local
67 if (!StubSym.getPointer())
68 StubSym = MachineModuleInfoImpl::StubValueTy(Printer.getSymbol(GV), true);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp139 MachineModuleInfoImpl::StubValueTy &StubSym = local
141 if (!StubSym.getPointer())
142 StubSym = MachineModuleInfoImpl::StubValueTy(getSymbol(GV),
H A DX86MCInstLower.cpp166 MachineModuleInfoImpl::StubValueTy &StubSym = MMICOFF.getGVStubEntry(Sym); local
167 if (!StubSym.getPointer()) {
169 StubSym = MachineModuleInfoImpl::StubValueTy(
176 MachineModuleInfoImpl::StubValueTy &StubSym = local
178 if (!StubSym.getPointer()) {
180 StubSym = MachineModuleInfoImpl::StubValueTy(
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp815 MachineModuleInfoImpl::StubValueTy &StubSym =
819 if (!StubSym.getPointer())
820 StubSym = MachineModuleInfoImpl::StubValueTy(getSymbol(GV),
844 MachineModuleInfoImpl::StubValueTy &StubSym =
847 if (!StubSym.getPointer())
848 StubSym = MachineModuleInfoImpl::StubValueTy(getSymbol(GV), true);

Completed in 195 milliseconds