Searched refs:JTEncoding (Results 1 – 2 of 2) sorted by relevance
239 unsigned JTEncoding = getJumpTableEncoding(); in getPICJumpTableRelocBase() local241 if ((JTEncoding == MachineJumpTableInfo::EK_GPRel64BlockAddress) || in getPICJumpTableRelocBase()242 (JTEncoding == MachineJumpTableInfo::EK_GPRel32BlockAddress)) in getPICJumpTableRelocBase()
2354 unsigned JTEncoding = TLI.getJumpTableEncoding(); in handleJTSwitchCase() local2355 unsigned JTI = CurMF->getOrCreateJumpTableInfo(JTEncoding) in handleJTSwitchCase()