Searched refs:JumpTableBlock (Results 1 – 4 of 4) sorted by relevance
258 typedef std::pair<JumpTableHeader, JumpTable> JumpTableBlock; typedef303 std::vector<JumpTableBlock> JTCases;
2110 JTCases.push_back(JumpTableBlock(JTH, JT)); in handleJTSwitchCase()
272 typedef std::pair<JumpTableHeader, JumpTable> JumpTableBlock; typedef578 std::vector<JumpTableBlock> JTCases;
288 using JumpTableBlock = std::pair<JumpTableHeader, JumpTable>; variable597 std::vector<JumpTableBlock> JTCases;