Searched refs:JTEncoding (Results 1 – 2 of 2) sorted by relevance
241 unsigned JTEncoding = getJumpTableEncoding(); in getPICJumpTableRelocBase() local243 if ((JTEncoding == MachineJumpTableInfo::EK_GPRel64BlockAddress) || in getPICJumpTableRelocBase()244 (JTEncoding == MachineJumpTableInfo::EK_GPRel32BlockAddress)) in getPICJumpTableRelocBase()
2360 unsigned JTEncoding = TLI.getJumpTableEncoding(); in handleJTSwitchCase() local2361 unsigned JTI = CurMF->getOrCreateJumpTableInfo(JTEncoding) in handleJTSwitchCase()