Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp911 if (!R.RelocSymbol || !R.RelocSymbol->DefinedIn || in removeSectionReferences()
912 !ToRemove(R.RelocSymbol->DefinedIn)) in removeSectionReferences()
917 R.RelocSymbol->DefinedIn->Name.data(), in removeSectionReferences()
919 R.RelocSymbol->Name.c_str()); in removeSectionReferences()
976 Buf->setSymbolAndType(Reloc.RelocSymbol ? Reloc.RelocSymbol->Index : 0, in writeRel()
1003 if (Reloc.RelocSymbol && ToRemove(*Reloc.RelocSymbol)) in removeSymbols()
1007 Reloc.RelocSymbol->Name.data()); in removeSymbols()
1013 if (Reloc.RelocSymbol) in markSymbols()
1014 Reloc.RelocSymbol->Referenced = true; in markSymbols()
1641 ToAdd.RelocSymbol = *SymByIndex; in initRelocations()
H A DObject.h725 Symbol *RelocSymbol = nullptr; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1544 MCSymbol *RelocSymbol = PPCFI->getPICOffsetSymbol(*MF); in emitFunctionEntryLabel() local
1546 OutStreamer->emitLabel(RelocSymbol); in emitFunctionEntryLabel()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp1143 auto RelocSymbol = cast<GlobalVariable>( in selectRelocConstant() local
1149 .addGlobalAddress(RelocSymbol, 0, SIInstrInfo::MO_ABS32_LO); in selectRelocConstant()
H A DSIISelLowering.cpp6713 auto RelocSymbol = cast<GlobalVariable>( in LowerINTRINSIC_WO_CHAIN() local
6715 SDValue GA = DAG.getTargetGlobalAddress(RelocSymbol, DL, MVT::i32, 0, in LowerINTRINSIC_WO_CHAIN()