Searched refs:RelocSymbol (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp822 if (!R.RelocSymbol || !R.RelocSymbol->DefinedIn ||
823 !ToRemove(R.RelocSymbol->DefinedIn))
828 R.RelocSymbol->DefinedIn->Name.data(),
830 R.RelocSymbol->Name.c_str());
876 Buf->setSymbolAndType(Reloc.RelocSymbol ? Reloc.RelocSymbol->Index : 0,
902 if (Reloc.RelocSymbol && ToRemove(*Reloc.RelocSymbol))
906 Reloc.RelocSymbol
[all...]
H A DObject.h711 Symbol *RelocSymbol = nullptr; member in struct:llvm::objcopy::elf::Relocation
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1344 MCSymbol *RelocSymbol = PPCFI->getPICOffsetSymbol(*MF); local
1346 OutStreamer->emitLabel(RelocSymbol);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp6561 auto RelocSymbol = cast<GlobalVariable>( local
6563 SDValue GA = DAG.getTargetGlobalAddress(RelocSymbol, DL, MVT::i32, 0,

Completed in 108 milliseconds