OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:emitConstPoolAddress
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp
96
void
emitConstPoolAddress
(unsigned CPI, unsigned Reloc) const;
233
emitConstPoolAddress
(MO.getIndex(), getRelocation(MI, MO));
264
void MipsCodeEmitter::
emitConstPoolAddress
(unsigned CPI, unsigned Reloc) const {
/external/llvm/lib/Target/X86/
X86CodeEmitter.cpp
85
void
emitConstPoolAddress
(unsigned CPI, unsigned Reloc, intptr_t Disp = 0,
306
///
emitConstPoolAddress
- Arrange for the address of an constant pool
310
void Emitter<CodeEmitter>::
emitConstPoolAddress
(unsigned CPI, unsigned Reloc,
429
emitConstPoolAddress
(RelocOp->getIndex(), RelocType,
847
emitConstPoolAddress
(MO1.getIndex(), rt);
[
all
...]
/external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp
264
emitConstPoolAddress
(MO.getIndex(), ARM::reloc_arm_cp_entry);
366
void
emitConstPoolAddress
(unsigned CPI, unsigned Reloc) const;
473
emitConstPoolAddress
(MO.getIndex(), Reloc);
507
///
emitConstPoolAddress
- Arrange for the address of an constant pool
510
void ARMCodeEmitter::
emitConstPoolAddress
(unsigned CPI, unsigned Reloc) const {
829
emitConstPoolAddress
(MI.getOperand(1).getIndex(), ARM::reloc_arm_so_imm_cp_entry);
[
all
...]
Completed in 35 milliseconds