Home
last modified time | relevance | path

Searched refs:generateJumpTableName (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryContext.h512 std::string generateJumpTableName(const BinaryFunction &BF, uint64_t Address);
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryContext.cpp816 const std::string JumpTableName = generateJumpTableName(Function, Address); in getOrCreateJumpTable()
868 std::string BinaryContext::generateJumpTableName(const BinaryFunction &BF, in generateJumpTableName() function in llvm::bolt::BinaryContext