Home
last modified time | relevance | path

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

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