Searched refs:makeSection (Results 1 – 2 of 2) sorted by relevance
958 Expected<SectionBase &> makeSection(const Elf_Shdr &Shdr);
1672 Expected<SectionBase &> ELFBuilder<ELFT>::makeSection(const Elf_Shdr &Shdr) { in makeSection() function in llvm::objcopy::elf::ELFBuilder1767 Expected<SectionBase &> Sec = makeSection(Shdr); in readSectionHeaders()