Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Rewrite/
H A DRewriteInstance.h210 uint64_t getNewFunctionAddress(uint64_t OldAddress);
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp4434 NewEhdr.e_entry = getNewFunctionAddress(NewEhdr.e_entry); in patchELFSectionHeaderTable()
5033 if (uint64_t NewAddress = getNewFunctionAddress(*GOTEntry)) { in patchELFGOT()
5088 if (uint64_t NewAddress = getNewFunctionAddress(Dyn.getPtr())) { in patchELFDynamic()
5208 uint64_t RewriteInstance::getNewFunctionAddress(uint64_t OldAddress) { in getNewFunctionAddress() function in RewriteInstance
5217 if (uint64_t Function = getNewFunctionAddress(OldAddress)) in getNewFunctionOrDataAddress()