Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DInputFiles.h265 InputSectionBase *createInputSection(const Elf_Shdr &sec);
DInputFiles.cpp630 this->sections[i] = createInputSection(sec); in initializeSections()
654 this->sections[i] = createInputSection(sec); in initializeSections()
671 this->sections[i] = createInputSection(sec); in initializeSections()
880 InputSectionBase *ObjFile<ELFT>::createInputSection(const Elf_Shdr &sec) { in createInputSection() function in ObjFile