Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.h958 Expected<SectionBase &> makeSection(const Elf_Shdr &Shdr);
H A DObject.cpp1677 Expected<SectionBase &> ELFBuilder<ELFT>::makeSection(const Elf_Shdr &Shdr) { in makeSection() function in ELFBuilder
1772 Expected<SectionBase &> Sec = makeSection(Shdr); in readSectionHeaders()