Searched refs:emitConstPoolAddress (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/contrib/llvm/lib/Target/Sparc/
H A DSparcCodeEmitter.cpp87 void emitConstPoolAddress(unsigned CPI, unsigned Reloc) const;
182 emitConstPoolAddress(MO.getIndex(), getRelocation(MI, MO));
243 emitConstPoolAddress(unsigned CPI, unsigned Reloc) const { function in class:SparcCodeEmitter
/freebsd-10.1-release/contrib/llvm/lib/Target/Mips/
H A DMipsCodeEmitter.cpp95 void emitConstPoolAddress(unsigned CPI, unsigned Reloc) const;
259 emitConstPoolAddress(MO.getIndex(), getRelocation(MI, MO));
290 void MipsCodeEmitter::emitConstPoolAddress(unsigned CPI, unsigned Reloc) const { function in class:MipsCodeEmitter
/freebsd-10.1-release/contrib/llvm/lib/Target/X86/
H A DX86CodeEmitter.cpp91 void emitConstPoolAddress(unsigned CPI, unsigned Reloc, intptr_t Disp = 0,
319 /// emitConstPoolAddress - Arrange for the address of an constant pool
323 void Emitter<CodeEmitter>::emitConstPoolAddress(unsigned CPI, unsigned Reloc, function in class:Emitter
442 emitConstPoolAddress(RelocOp->getIndex(), RelocType,
1286 emitConstPoolAddress(MO1.getIndex(), rt);
1387 emitConstPoolAddress(MO1.getIndex(), rt);
1429 emitConstPoolAddress(MO.getIndex(), rt);
/freebsd-10.1-release/contrib/llvm/lib/Target/ARM/
H A DARMCodeEmitter.cpp256 emitConstPoolAddress(MO.getIndex(), ARM::reloc_arm_cp_entry);
298 emitConstPoolAddress(MO.getIndex(), ARM::reloc_arm_cp_entry);
353 void emitConstPoolAddress(unsigned CPI, unsigned Reloc) const;
467 emitConstPoolAddress(MO.getIndex(), Reloc);
501 /// emitConstPoolAddress - Arrange for the address of an constant pool
504 void ARMCodeEmitter::emitConstPoolAddress(unsigned CPI, unsigned Reloc) const { function in class:ARMCodeEmitter

Completed in 102 milliseconds