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

/freebsd-9.3-release/contrib/llvm/lib/Target/Mips/
H A DMipsCodeEmitter.cpp96 void emitJumpTableAddress(unsigned JTIndex, unsigned Reloc) const;
296 emitJumpTableAddress(unsigned JTIndex, unsigned Reloc) const { argument
298 Reloc, JTIndex, 0, false));
/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/
H A DARMCodeEmitter.cpp130 void emitInlineJumpTable(unsigned JTIndex);
354 void emitJumpTableAddress(unsigned JTIndex, unsigned Reloc) const;
514 emitJumpTableAddress(unsigned JTIndex, unsigned Reloc) const { argument
516 Reloc, JTIndex, 0, true));
1494 void ARMCodeEmitter::emitInlineJumpTable(unsigned JTIndex) {
1497 JTI->addJumpTableBaseAddr(JTIndex, JTBase);
1498 DEBUG(errs() << " ** Jump Table #" << JTIndex << " @ " << (void*)JTBase
1502 const std::vector<MachineBasicBlock*> &MBBs = (*MJTEs)[JTIndex].MBBs;
1523 unsigned JTIndex =
1526 emitInlineJumpTable(JTIndex);
[all...]

Completed in 99 milliseconds