Searched refs:RelocSymbol (Results 1 – 5 of 5) sorted by relevance
117 uint32_t CurSymIdx = R.RelocSymbol ? R.RelocSymbol->Index : 0; in encodeCrel()915 if (!R.RelocSymbol || !R.RelocSymbol->DefinedIn || in removeSectionReferences()916 !ToRemove(R.RelocSymbol->DefinedIn)) in removeSectionReferences()921 R.RelocSymbol->DefinedIn->Name.data(), in removeSectionReferences()923 R.RelocSymbol->Name.c_str()); in removeSectionReferences()980 Buf->setSymbolAndType(Reloc.RelocSymbol ? Reloc.RelocSymbol->Index : 0, in writeRel()1013 if (Reloc.RelocSymbol && ToRemove(*Reloc.RelocSymbol)) in removeSymbols()1017 Reloc.RelocSymbol->Name.data()); in removeSymbols()1023 if (Reloc.RelocSymbol) in markSymbols()1024 Reloc.RelocSymbol->Referenced = true; in markSymbols()[all …]
858 Symbol *RelocSymbol = nullptr; member
1979 MCSymbol *RelocSymbol = PPCFI->getPICOffsetSymbol(*MF); in emitFunctionEntryLabel() local1981 OutStreamer->emitLabel(RelocSymbol); in emitFunctionEntryLabel()
1462 auto RelocSymbol = cast<GlobalVariable>( in selectRelocConstant() local1468 .addGlobalAddress(RelocSymbol, 0, SIInstrInfo::MO_ABS32_LO); in selectRelocConstant()
8719 auto RelocSymbol = cast<GlobalVariable>( in LowerINTRINSIC_WO_CHAIN() local8721 SDValue GA = DAG.getTargetGlobalAddress(RelocSymbol, DL, MVT::i32, 0, in LowerINTRINSIC_WO_CHAIN()