Home | History | Annotate | Download | only in JIT

Lines Matching refs:JumpTable

316     /// JumpTable - The jump tables for the current function.
318 MachineJumpTableInfo *JumpTable;
1067 JumpTable = MJTI;
1175 // getJumpTableEntryAddress - Return the address of the JumpTable with index
1179 const std::vector<MachineJumpTableEntry> &JT = JumpTable->getJumpTables();
1182 unsigned EntrySize = JumpTable->getEntrySize(*TheJIT->getDataLayout());