Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DMachORewriteInstance.cpp417 << Twine::utohexstr(FuncSection->getAllocAddress()) << " to 0x" in mapCodeSections()
421 Function->setImageAddress(FuncSection->getAllocAddress()); in mapCodeSections()
444 Function->setImageAddress(FuncSection->getAllocAddress()); in mapCodeSections()
556 assert(Section->getAllocAddress() && "Section alloc address cannot be zero"); in writeInstrumentationSection()
558 OS.pwrite(reinterpret_cast<char *>(Section->getAllocAddress()), in writeInstrumentationSection()
H A DRewriteInstance.cpp3602 InjectedFunction->setImageAddress(FunctionSection->getAllocAddress()); in mapCodeSections()
3667 << Twine::utohexstr(Section->getAllocAddress()) << " to 0x" in mapCodeSections()
3697 << Twine::utohexstr(FuncSection->getAllocAddress()) in mapCodeSections()
3702 Function.setImageAddress(FuncSection->getAllocAddress()); in mapCodeSections()
3739 ColdPart.setImageAddress(ColdSection->getAllocAddress()); in mapCodeSections()
3795 << Twine::utohexstr(Section->getAllocAddress()) in mapDataSections()
3833 << Twine::utohexstr(OrgSection->getAllocAddress()) << ") to 0x" in mapDataSections()
3855 << " at 0x" << Twine::utohexstr(Section.getAllocAddress()) in mapExtraSections()
4050 if (BSec->getAllocAddress()) { in rewriteNoteSections()
4085 if (Section.getOutputFileOffset() || !Section.getAllocAddress()) in rewriteNoteSections()
[all …]
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinarySection.h399 uint64_t getAllocAddress() const { in getAllocAddress() function