Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Rewrite/
H A DRewriteInstance.h310 std::vector<uint32_t> &NewSectionIndex);
324 const std::vector<uint32_t> &NewSectionIndex, WriteFuncTy Write,
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp4365 NewSectionIndex.clear(); in getOutputSections()
4366 NewSectionIndex.resize(Sections.size(), 0); in getOutputSections()
4404 std::vector<uint32_t> NewSectionIndex; in patchELFSectionHeaderTable() local
4406 getOutputSections(File, NewSectionIndex); in patchELFSectionHeaderTable()
4419 Section.sh_link = NewSectionIndex[Section.sh_link]; in patchELFSectionHeaderTable()
4478 if (IsDynSym && OldIndex >= NewSectionIndex.size()) in updateELFSymbolTable()
4482 const uint32_t NewIndex = NewSectionIndex[OldIndex]; in updateELFSymbolTable()
4808 std::vector<uint32_t> NewSectionIndex; in patchELFSymTabs() local
4809 getOutputSections(File, NewSectionIndex); in patchELFSymTabs()
4833 NewSectionIndex, in patchELFSymTabs()
[all …]