Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObject.h969 Expected<SectionBase &> makeSection(const Elf_Shdr &Shdr);
H A DELFObject.cpp1661 Expected<SectionBase &> ELFBuilder<ELFT>::makeSection(const Elf_Shdr &Shdr) { in makeSection() function in ELFBuilder
1748 Expected<SectionBase &> Sec = makeSection(Shdr); in readSectionHeaders()