Lines Matching defs:MapSection
3579 [this](auto MapSection) { mapFileSections(MapSection); });
3591 RtLibrary->link(*BC, ToolPath, *Linker, [this](auto MapSection) {
3593 this->mapAllocatableSections(MapSection);
3647 void RewriteInstance::mapFileSections(BOLTLinker::SectionMapper MapSection) {
3660 MapSection(*RelocatedEHFrameSection, NextAvailableAddress);
3665 mapCodeSections(MapSection);
3668 mapAllocatableSections(MapSection);
3734 void RewriteInstance::mapCodeSections(BOLTLinker::SectionMapper MapSection) {
3746 MapSection(*FunctionSection, OutputAddress);
3826 MapSection(*Section, Section->getOutputAddress());
3855 MapSection(*FuncSection, Function.getAddress());
3885 MapSection(*ColdSection, FF.getAddress());
3913 BOLTLinker::SectionMapper MapSection) {
3926 MapSection(NewSection, OldSection.getAddress());
3987 MapSection(Section, Section.getAddress());
4000 MapSection(Section, NextAvailableAddress);