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

/external/llvm/lib/Target/Mips/
H A DMipsCodeEmitter.cpp96 void emitConstPoolAddress(unsigned CPI, unsigned Reloc) const;
302 emitConstPoolAddress(MO.getIndex(), getRelocation(MI, MO));
325 void MipsCodeEmitter::emitConstPoolAddress(unsigned CPI, unsigned Reloc) const { function in class:MipsCodeEmitter
/external/llvm/lib/Target/Sparc/
H A DSparcCodeEmitter.cpp92 void emitConstPoolAddress(unsigned CPI, unsigned Reloc) const;
188 emitConstPoolAddress(MO.getIndex(), getRelocation(MI, MO));
261 emitConstPoolAddress(unsigned CPI, unsigned Reloc) const { function in class:SparcCodeEmitter
/external/llvm/lib/Target/X86/
H A DX86CodeEmitter.cpp92 void emitConstPoolAddress(unsigned CPI, unsigned Reloc, intptr_t Disp = 0,
317 /// emitConstPoolAddress - Arrange for the address of an constant pool
321 void Emitter<CodeEmitter>::emitConstPoolAddress(unsigned CPI, unsigned Reloc, function in class:Emitter
440 emitConstPoolAddress(RelocOp->getIndex(), RelocType,
1232 emitConstPoolAddress(MO1.getIndex(), rt);
1335 emitConstPoolAddress(MO1.getIndex(), rt);
1379 emitConstPoolAddress(MO.getIndex(), rt);
/external/llvm/lib/Target/ARM/
H A DARMCodeEmitter.cpp250 emitConstPoolAddress(MO.getIndex(), ARM::reloc_arm_cp_entry);
288 emitConstPoolAddress(MO.getIndex(), ARM::reloc_arm_cp_entry);
343 void emitConstPoolAddress(unsigned CPI, unsigned Reloc) const;
457 emitConstPoolAddress(MO.getIndex(), Reloc);
491 /// emitConstPoolAddress - Arrange for the address of an constant pool
494 void ARMCodeEmitter::emitConstPoolAddress(unsigned CPI, unsigned Reloc) const { function in class:ARMCodeEmitter

Completed in 367 milliseconds