Home
last modified time | relevance | path

Searched refs:PrevSection (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp4276 ELFShdrTy *PrevSection = nullptr; in getOutputSections() local
4286 if (PrevSection && in getOutputSections()
4287 PrevSection->sh_addr + PrevSection->sh_size > Section.sh_addr) { in getOutputSections()
4291 PrevSection->sh_size = Section.sh_addr > PrevSection->sh_addr in getOutputSections()
4292 ? Section.sh_addr - PrevSection->sh_addr in getOutputSections()
4296 PrevSection = &Section; in getOutputSections()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3754 auto PrevSection = OutStreamer->getCurrentSectionOnly(); in emitXRayTable() local
3824 OutStreamer->switchSection(PrevSection); in emitXRayTable()