HomeSort by: relevance | last modified time | path
    Searched refs:makeSection (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
Object.h 583 // then agrees with the makeSection method used to construct most sections.
958 Expected<SectionBase &> makeSection(const Elf_Shdr &Shdr);
Object.cpp 1672 Expected<SectionBase &> ELFBuilder<ELFT>::makeSection(const Elf_Shdr &Shdr) {
1767 Expected<SectionBase &> Sec = makeSection(Shdr);

Completed in 28 milliseconds