Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp114 uint32_t CurSymIdx = R.RelocSymbol ? R.RelocSymbol->Index : 0; in encodeCrel()
912 if (!R.RelocSymbol || !R.RelocSymbol->DefinedIn || in removeSectionReferences()
913 !ToRemove(R.RelocSymbol->DefinedIn)) in removeSectionReferences()
918 R.RelocSymbol->DefinedIn->Name.data(), in removeSectionReferences()
920 R.RelocSymbol->Name.c_str()); in removeSectionReferences()
977 Buf->setSymbolAndType(Reloc.RelocSymbol ? Reloc.RelocSymbol->Index : 0, in writeRel()
1010 if (Reloc.RelocSymbol && ToRemove(*Reloc.RelocSymbol)) in removeSymbols()
1014 Reloc.RelocSymbol->Name.data()); in removeSymbols()
1020 if (Reloc.RelocSymbol) in markSymbols()
1021 Reloc.RelocSymbol->Referenced = true; in markSymbols()
[all …]
H A DELFObject.h862 Symbol *RelocSymbol = nullptr; member
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1957 MCSymbol *RelocSymbol = PPCFI->getPICOffsetSymbol(*MF); in emitFunctionEntryLabel() local
1959 OutStreamer->emitLabel(RelocSymbol); in emitFunctionEntryLabel()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp1668 auto *RelocSymbol = cast<GlobalVariable>( in selectRelocConstant() local
1674 .addGlobalAddress(RelocSymbol, 0, SIInstrInfo::MO_ABS32_LO); in selectRelocConstant()
H A DSIISelLowering.cpp9295 auto *RelocSymbol = cast<GlobalVariable>( in LowerINTRINSIC_WO_CHAIN() local
9297 SDValue GA = DAG.getTargetGlobalAddress(RelocSymbol, DL, MVT::i32, 0, in LowerINTRINSIC_WO_CHAIN()