Home | History | Annotate | Download | only in Sparc

Lines Matching full:reloc

54       IsPIC(TM.getRelocationModel() == Reloc::PIC_) {}
90 void emitGlobalAddress(const GlobalValue *GV, unsigned Reloc) const;
91 void emitExternalSymbolAddress(const char *ES, unsigned Reloc) const;
92 void emitConstPoolAddress(unsigned CPI, unsigned Reloc) const;
93 void emitMachineBasicBlock(MachineBasicBlock *BB, unsigned Reloc) const;
244 llvm_unreachable("unknown reloc!");
248 unsigned Reloc) const {
249 MCE.addRelocation(MachineRelocation::getGV(MCE.getCurrentPCOffset(), Reloc,
255 emitExternalSymbolAddress(const char *ES, unsigned Reloc) const {
257 Reloc, ES, 0, 0));
261 emitConstPoolAddress(unsigned CPI, unsigned Reloc) const {
263 Reloc, CPI, 0, false));
267 unsigned Reloc) const {
269 Reloc, BB));