Lines Matching defs:MapSection
365 StringRef SectionName, BOLTLinker::SectionMapper MapSection) {
375 MapSection(*Section, Section->getAddress());
379 BOLTLinker::SectionMapper MapSection) {
396 MapSection(*FuncSection, Function->getOutputAddress());
417 MapSection(*FuncSection, Addr);
459 [this](auto MapSection) {
465 mapCodeSections(MapSection);
466 mapInstrumentationSection("__counters", MapSection);
467 mapInstrumentationSection("__tables", MapSection);
473 // RtLibrary->link(*BC, ToolPath, *Linker, [this](auto MapSection) {
474 // mapInstrumentationSection("I__setup", MapSection);
475 // mapInstrumentationSection("I__fini", MapSection);
476 // mapInstrumentationSection("I__data", MapSection);
477 // mapInstrumentationSection("I__text", MapSection);
478 // mapInstrumentationSection("I__cstring", MapSection);
479 // mapInstrumentationSection("I__literal16", MapSection);