Home
last modified time | relevance | path

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

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