Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DInputFiles.h288 InputSectionBase *createInputSection(uint32_t idx, const Elf_Shdr &sec,
H A DInputFiles.cpp573 this->sections[i] = createInputSection( in initializeSections()
602 createInputSection(i, sec, check(obj.getSectionName(sec, shstrtab))); in initializeSections()
865 InputSectionBase *ObjFile<ELFT>::createInputSection(uint32_t idx, in createInputSection() function in ObjFile