Searched refs:RelocSymbol (Results 1 – 5 of 5) sorted by relevance
114 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 …]
862 Symbol *RelocSymbol = nullptr; member
1957 MCSymbol *RelocSymbol = PPCFI->getPICOffsetSymbol(*MF); in emitFunctionEntryLabel() local1959 OutStreamer->emitLabel(RelocSymbol); in emitFunctionEntryLabel()
1668 auto *RelocSymbol = cast<GlobalVariable>( in selectRelocConstant() local1674 .addGlobalAddress(RelocSymbol, 0, SIInstrInfo::MO_ABS32_LO); in selectRelocConstant()
9295 auto *RelocSymbol = cast<GlobalVariable>( in LowerINTRINSIC_WO_CHAIN() local9297 SDValue GA = DAG.getTargetGlobalAddress(RelocSymbol, DL, MVT::i32, 0, in LowerINTRINSIC_WO_CHAIN()