Home | History | Annotate | Download | only in JIT

Lines Matching refs:JumpTable

312     /// JumpTable - The jump tables for the current function.
314 MachineJumpTableInfo *JumpTable;
1107 JumpTable = MJTI;
1215 // getJumpTableEntryAddress - Return the address of the JumpTable with index
1219 const std::vector<MachineJumpTableEntry> &JT = JumpTable->getJumpTables();
1222 unsigned EntrySize = JumpTable->getEntrySize(*TheJIT->getTargetData());