Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DObject.h958 Expected<SectionBase &> makeSection(const Elf_Shdr &Shdr);
H A DObject.cpp1672 Expected<SectionBase &> ELFBuilder<ELFT>::makeSection(const Elf_Shdr &Shdr) { in makeSection() function in llvm::objcopy::elf::ELFBuilder
1767 Expected<SectionBase &> Sec = makeSection(Shdr); in readSectionHeaders()