Searched defs:JTIndex (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsCodeEmitter.cpp97 void emitJumpTableAddress(unsigned JTIndex, unsigned Reloc) const;
270 emitJumpTableAddress(unsigned JTIndex, unsigned Reloc) const { argument
272 Reloc, JTIndex, 0, false));
/external/llvm/lib/Target/ARM/
H A DARMCodeEmitter.cpp132 void emitInlineJumpTable(unsigned JTIndex);
367 void emitJumpTableAddress(unsigned JTIndex, unsigned Reloc) const;
520 emitJumpTableAddress(unsigned JTIndex, unsigned Reloc) const { argument
522 Reloc, JTIndex, 0, true));
1589 void ARMCodeEmitter::emitInlineJumpTable(unsigned JTIndex) {
1592 JTI->addJumpTableBaseAddr(JTIndex, JTBase);
1593 DEBUG(errs() << " ** Jump Table #" << JTIndex << " @ " << (void*)JTBase
1597 const std::vector<MachineBasicBlock*> &MBBs = (*MJTEs)[JTIndex].MBBs;
1618 unsigned JTIndex =
1621 emitInlineJumpTable(JTIndex);
[all...]

Completed in 390 milliseconds