Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DInputFiles.h264 InputSectionBase *createInputSection(const Elf_Shdr &sec);
H A DInputFiles.cpp627 this->sections[i] = createInputSection(sec); in initializeSections()
651 this->sections[i] = createInputSection(sec); in initializeSections()
668 this->sections[i] = createInputSection(sec); in initializeSections()
877 InputSectionBase *ObjFile<ELFT>::createInputSection(const Elf_Shdr &sec) { in createInputSection() function in ObjFile