Searched refs:JTEncoding (Results 1 – 3 of 3) sorted by relevance
297 unsigned JTEncoding = getJumpTableEncoding(); in getPICJumpTableRelocBase() local299 if ((JTEncoding == MachineJumpTableInfo::EK_GPRel64BlockAddress) || in getPICJumpTableRelocBase()300 (JTEncoding == MachineJumpTableInfo::EK_GPRel32BlockAddress)) in getPICJumpTableRelocBase()
302 unsigned JTEncoding = getJumpTableEncoding(); in getPICJumpTableRelocBase() local304 if ((JTEncoding == MachineJumpTableInfo::EK_GPRel64BlockAddress) || in getPICJumpTableRelocBase()305 (JTEncoding == MachineJumpTableInfo::EK_GPRel32BlockAddress)) in getPICJumpTableRelocBase()
2099 unsigned JTEncoding = TLI.getJumpTableEncoding(); in handleJTSwitchCase() local2100 unsigned JTI = CurMF->getOrCreateJumpTableInfo(JTEncoding) in handleJTSwitchCase()