Lines Matching refs:JTAddress
1695 const uint64_t JTAddress = JTSite.second; in postProcessJumpTables() local
1696 const JumpTable *JT = getJumpTableContainingAddress(JTAddress); in postProcessJumpTables()
1699 uint64_t EntryOffset = JTAddress - JT->getAddress(); in postProcessJumpTables()
3701 uint64_t JTAddress = BC.MIB->getJumpTable(Inst); in checkForAmbiguousJumpTables() local
3702 if (!JTAddress) in checkForAmbiguousJumpTables()
3707 if (!JumpTables.count(JTAddress)) { in checkForAmbiguousJumpTables()
3708 JumpTables.insert(JTAddress); in checkForAmbiguousJumpTables()
3826 uint64_t JTAddress = BC.MIB->getJumpTable(*Instr); in replaceJumpTableEntryIn() local
3827 assert(JTAddress && "Invalid jump table address"); in replaceJumpTableEntryIn()
3828 JumpTable *JT = getJumpTableContainingAddress(JTAddress); in replaceJumpTableEntryIn()
3830 bool Patched = JT->replaceDestination(JTAddress, OldDest->getLabel(), in replaceJumpTableEntryIn()