Home
last modified time | relevance | path

Searched refs:getJumpTableContainingAddress (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Passes/
H A DIdenticalCodeFolding.cpp257 A.getJumpTableContainingAddress(SIA->getAddress()); in isIdenticalWith()
262 B.getJumpTableContainingAddress(SIB->getAddress()); in isIdenticalWith()
363 if (BC.getJumpTableContainingAddress(*ErrorOrValue)) in hashSymbol()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h930 JumpTable *getJumpTableContainingAddress(uint64_t Address) { in getJumpTableContainingAddress() function
942 const JumpTable *getJumpTableContainingAddress(uint64_t Address) const { in getJumpTableContainingAddress() function
943 return const_cast<BinaryFunction *>(this)->getJumpTableContainingAddress( in getJumpTableContainingAddress()
1414 return getJumpTableContainingAddress(Address); in getJumpTable()
1419 return getJumpTableContainingAddress(Address); in getJumpTable()
H A DBinaryContext.h373 JumpTable *getJumpTableContainingAddress(uint64_t Address) { in getJumpTableContainingAddress() function
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunctionProfile.cpp159 JumpTable *JT = getJumpTableContainingAddress(JTAddress); in postProcessProfile()
H A DBinaryFunction.cpp899 if (JumpTable *JT = BC.getJumpTableContainingAddress(ArrayStart)) { in processIndirectBranch()
1696 const JumpTable *JT = getJumpTableContainingAddress(JTAddress); in postProcessJumpTables()
1801 JumpTable *JT = BC.getJumpTableContainingAddress(LastJT); in postProcessIndirectBranches()
3828 JumpTable *JT = getJumpTableContainingAddress(JTAddress); in replaceJumpTableEntryIn()
H A DBinaryContext.cpp774 if (JumpTable *JT = getJumpTableContainingAddress(Address)) { in getOrCreateJumpTable()
872 if (const JumpTable *JT = BF.getJumpTableContainingAddress(Address)) { in generateJumpTableName()