Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DInputFiles.h295 InputSectionBase *createInputSection(uint32_t idx, const Elf_Shdr &sec,
H A DInputFiles.cpp617 this->sections[i] = createInputSection( in parse()
766 this->sections[i] = createInputSection(i, sec, check(obj.getSectionName(sec, shstrtab))); in initializeSections()
778 createInputSection(i, sec, check(obj.getSectionName(sec, shstrtab))); in initializeSections()
958 InputSectionBase *ObjFile<ELFT>::createInputSection(uint32_t idx, in createInputSection() function in ObjFile