Home
last modified time | relevance | path

Searched refs:RelocSymbol (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp859 if (!R.RelocSymbol || !R.RelocSymbol->DefinedIn || in removeSectionReferences()
860 !ToRemove(R.RelocSymbol->DefinedIn)) in removeSectionReferences()
865 R.RelocSymbol->DefinedIn->Name.data(), in removeSectionReferences()
867 R.RelocSymbol->Name.c_str()); in removeSectionReferences()
924 Buf->setSymbolAndType(Reloc.RelocSymbol ? Reloc.RelocSymbol->Index : 0, in writeRel()
953 if (Reloc.RelocSymbol && ToRemove(*Reloc.RelocSymbol)) in removeSymbols()
957 Reloc.RelocSymbol->Name.data()); in removeSymbols()
963 if (Reloc.RelocSymbol) in markSymbols()
964 Reloc.RelocSymbol->Referenced = true; in markSymbols()
1609 ToAdd.RelocSymbol = *SymByIndex; in initRelocations()
H A DELFObject.h730 Symbol *RelocSymbol = nullptr; member
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1624 MCSymbol *RelocSymbol = PPCFI->getPICOffsetSymbol(*MF); in emitFunctionEntryLabel() local
1626 OutStreamer->emitLabel(RelocSymbol); in emitFunctionEntryLabel()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp1221 auto RelocSymbol = cast<GlobalVariable>( in selectRelocConstant() local
1227 .addGlobalAddress(RelocSymbol, 0, SIInstrInfo::MO_ABS32_LO); in selectRelocConstant()
H A DSIISelLowering.cpp7098 auto RelocSymbol = cast<GlobalVariable>( in LowerINTRINSIC_WO_CHAIN() local
7100 SDValue GA = DAG.getTargetGlobalAddress(RelocSymbol, DL, MVT::i32, 0, in LowerINTRINSIC_WO_CHAIN()