Searched defs:JTAddress (Results 1 – 4 of 4) sorted by relevance
/llvm-project/bolt/lib/Core/ | ||
H A D | JumpTable.cpp | 68 bool bolt::JumpTable::replaceDestination(uint64_t JTAddress, in replaceDestination() |
H A D | BinaryFunctionProfile.cpp | 156 const uint64_t JTAddress = BC.MIB->getJumpTable(*LastInstr); in postProcessProfile() local |
H A D | BinaryFunction.cpp | 1760 const uint64_t JTAddress = JTSite.second; postProcessJumpTables() local |
H A D | BinaryContext.cpp | 1985 if (uint64_t JTAddress = MIB->getJumpTable(Instruction)) { printInstruction() local |