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.cpp893 if (!R.RelocSymbol || !R.RelocSymbol->DefinedIn || in removeSectionReferences()
894 !ToRemove(R.RelocSymbol->DefinedIn)) in removeSectionReferences()
899 R.RelocSymbol->DefinedIn->Name.data(), in removeSectionReferences()
901 R.RelocSymbol->Name.c_str()); in removeSectionReferences()
958 Buf->setSymbolAndType(Reloc.RelocSymbol ? Reloc.RelocSymbol->Index : 0, in writeRel()
987 if (Reloc.RelocSymbol && ToRemove(*Reloc.RelocSymbol)) in removeSymbols()
991 Reloc.RelocSymbol->Name.data()); in removeSymbols()
997 if (Reloc.RelocSymbol) in markSymbols()
998 Reloc.RelocSymbol->Referenced = true; in markSymbols()
1645 ToAdd.RelocSymbol = *SymByIndex; in initRelocations()
H A DELFObject.h742 Symbol *RelocSymbol = nullptr; member
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1753 MCSymbol *RelocSymbol = PPCFI->getPICOffsetSymbol(*MF); in emitFunctionEntryLabel() local
1755 OutStreamer->emitLabel(RelocSymbol); in emitFunctionEntryLabel()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp1485 auto RelocSymbol = cast<GlobalVariable>( in selectRelocConstant() local
1491 .addGlobalAddress(RelocSymbol, 0, SIInstrInfo::MO_ABS32_LO); in selectRelocConstant()
H A DSIISelLowering.cpp8282 auto RelocSymbol = cast<GlobalVariable>( in LowerINTRINSIC_WO_CHAIN() local
8284 SDValue GA = DAG.getTargetGlobalAddress(RelocSymbol, DL, MVT::i32, 0, in LowerINTRINSIC_WO_CHAIN()