Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Rewrite/
H A DRewriteInstance.h301 template <typename ELFObjType, typename ELFShdrTy>
303 const ELFShdrTy &Section);
313 template <typename ELFShdrTy>
314 bool shouldStrip(const ELFShdrTy &Section, StringRef SectionName);
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp1779 using ELFShdrTy = typename ELFT::Shdr; in getRelocationAddend() typedef
1815 using ELFShdrTy = typename ELFT::Shdr; in getRelocationSymbol() typedef
4106 using ELFShdrTy = typename ELFT::Shdr; in finalizeSectionStringTable() typedef
4192 template <typename ELFShdrTy>
4221 ELFShdrTy NewSection = Section; in getOutputSections()
4255 ELFShdrTy NewSection; in getOutputSections()
4276 ELFShdrTy *PrevSection = nullptr; in getOutputSections()
4319 ELFShdrTy NewSection = Section; in getOutputSections()
4340 ELFShdrTy NewSection; in getOutputSections()
4405 std::vector<ELFShdrTy> OutputSections = in patchELFSectionHeaderTable()
[all …]