Home
last modified time | relevance | path

Searched defs:JTAddress (Results 1 – 4 of 4) sorted by relevance

/llvm-project/bolt/lib/Core/
H A DJumpTable.cpp68 bool bolt::JumpTable::replaceDestination(uint64_t JTAddress, in replaceDestination()
H A DBinaryFunctionProfile.cpp156 const uint64_t JTAddress = BC.MIB->getJumpTable(*LastInstr); in postProcessProfile() local
H A DBinaryFunction.cpp1760 const uint64_t JTAddress = JTSite.second; postProcessJumpTables() local
3815 uint64_t JTAddress = BC.MIB->getJumpTable(Inst); checkForAmbiguousJumpTables() local
3940 uint64_t JTAddress = BC.MIB->getJumpTable(*Instr); replaceJumpTableEntryIn() local
[all...]
H A DBinaryContext.cpp1985 if (uint64_t JTAddress = MIB->getJumpTable(Instruction)) { printInstruction() local