Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp4472 auto getNewSectionIndex = [&](uint32_t OldIndex) { in updateELFSymbolTable() local
4575 if (!getNewSectionIndex(Symbol.st_shndx)) in updateELFSymbolTable()
4623 NewSymbol.st_shndx = getNewSectionIndex(Symbol.st_shndx); in updateELFSymbolTable()
4673 NewSymbol.st_shndx = getNewSectionIndex(Symbol.st_shndx); in updateELFSymbolTable()
4737 ? getNewSectionIndex(OriginSection->getSectionRef().getIndex()) in updateELFSymbolTable()