Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DMachORewriteInstance.cpp421 Function->setImageAddress(FuncSection->getAllocAddress()); in mapCodeSections()
444 Function->setImageAddress(FuncSection->getAllocAddress()); in mapCodeSections()
H A DRewriteInstance.cpp3602 InjectedFunction->setImageAddress(FunctionSection->getAllocAddress()); in mapCodeSections()
3702 Function.setImageAddress(FuncSection->getAllocAddress()); in mapCodeSections()
3734 ColdPart.setImageAddress(0); in mapCodeSections()
3739 ColdPart.setImageAddress(ColdSection->getAllocAddress()); in mapCodeSections()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h1786 BinaryFunction &setImageAddress(uint64_t Address) { in setImageAddress() function
2304 void setImageAddress(uint64_t Address) { ImageAddress = Address; } in setImageAddress() function