Home
last modified time | relevance | path

Searched refs:replaceDestination (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DJumpTable.h116 bool replaceDestination(uint64_t JTAddress, const MCSymbol *OldDest,
/llvm-project-15.0.7/bolt/lib/Core/
H A DJumpTable.cpp68 bool bolt::JumpTable::replaceDestination(uint64_t JTAddress, in replaceDestination() function in bolt::JumpTable
H A DBinaryFunction.cpp3830 bool Patched = JT->replaceDestination(JTAddress, OldDest->getLabel(), in replaceJumpTableEntryIn()