Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DInputFiles.h302 InputSectionBase *createInputSection(uint32_t idx, const Elf_Shdr &sec,
H A DInputFiles.cpp656 this->sections[i] = createInputSection( in parse()
809 createInputSection(i, sec, check(obj.getSectionName(sec, shstrtab))); in initializeSections()
990 InputSectionBase *ObjFile<ELFT>::createInputSection(uint32_t idx, in createInputSection() function in ObjFile