Searched refs:JTAddress (Results 1 – 5 of 5) sorted by relevance
156 const uint64_t JTAddress = BC.MIB->getJumpTable(*LastInstr); in postProcessProfile() local157 if (!JTAddress) in postProcessProfile()159 JumpTable *JT = getJumpTableContainingAddress(JTAddress); in postProcessProfile()176 uint64_t Delta = (JTAddress - JT->getAddress()) / JT->EntrySize; in postProcessProfile()
68 bool bolt::JumpTable::replaceDestination(uint64_t JTAddress, in replaceDestination() argument72 const std::pair<size_t, size_t> Range = getEntriesForAddress(JTAddress); in replaceDestination()
1695 const uint64_t JTAddress = JTSite.second; in postProcessJumpTables() local1696 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() local3702 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() local3827 assert(JTAddress && "Invalid jump table address"); in replaceJumpTableEntryIn()3828 JumpTable *JT = getJumpTableContainingAddress(JTAddress); in replaceJumpTableEntryIn()[all …]
1866 if (uint64_t JTAddress = MIB->getJumpTable(Instruction)) { in printInstruction() local1867 OS << " # JUMPTABLE @0x" << Twine::utohexstr(JTAddress); in printInstruction()
116 bool replaceDestination(uint64_t JTAddress, const MCSymbol *OldDest,