Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DPatchEntries.cpp115 PatchFunction->setOutputAddress(Patch.Address); in runOnFunctions()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DMachORewriteInstance.cpp286 Function->setOutputAddress(Function->getAddress()); in discoverFileObjects()
415 FuncSection->setOutputAddress(Function->getOutputAddress()); in mapCodeSections()
440 FuncSection->setOutputAddress(Addr); in mapCodeSections()
H A DRewriteInstance.cpp3599 FunctionSection->setOutputAddress(OutputAddress); in mapCodeSections()
3624 Section->setOutputAddress(Address); in mapCodeSections()
3695 FuncSection->setOutputAddress(Function.getAddress()); in mapCodeSections()
3714 Section.setOutputAddress(JT->getAddress()); in mapCodeSections()
3742 ColdSection->setOutputAddress(ColdPart.getAddress()); in mapCodeSections()
3772 Section.setOutputAddress(NewTextSectionStartAddress); in mapCodeSections()
3804 Section->setOutputAddress(NextAvailableAddress); in mapDataSections()
3839 OrgSection->setOutputAddress(Section.getAddress()); in mapDataSections()
3851 Section.setOutputAddress(NextAvailableAddress); in mapExtraSections()
4077 NewSection.setOutputAddress(0); in rewriteNoteSections()
[all …]
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinarySection.h412 void setOutputAddress(uint64_t Address) { OutputAddress = Address; } in setOutputAddress() function
H A DBinaryFunction.h1714 BinaryFunction &setOutputAddress(uint64_t Address) { in setOutputAddress() function
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp4040 setOutputAddress(getAddress()); in updateOutputValues()
4052 setOutputAddress(BaseAddress + StartOffset); in updateOutputValues()
4077 setOutputAddress(getAddress()); in updateOutputValues()