Home | History | Annotate | Download | only in JIT

Lines Matching defs:JumpTable

313     /// JumpTable - The jump tables for the current function.
315 MachineJumpTableInfo *JumpTable;
1125 JumpTable = MJTI;
1230 // getJumpTableEntryAddress - Return the address of the JumpTable with index
1234 const std::vector<MachineJumpTableEntry> &JT = JumpTable->getJumpTables();
1237 unsigned EntrySize = JumpTable->getEntrySize(*TheJIT->getTargetData());