Home
last modified time | relevance | path

Searched refs:getFirstInputSection (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lld/ELF/
H A DOutputSections.h136 InputSection *getFirstInputSection(const OutputSection *os);
H A DOutputSections.cpp483 InputSection *first = getFirstInputSection(this); in finalize()
588 InputSection *elf::getFirstInputSection(const OutputSection *os) { in getFirstInputSection() function in elf
H A DLinkerScript.cpp1101 return hasSectionsCommand && (getFirstInputSection(sec) == nullptr) && in isDiscarded()
1151 bool isEmpty = (getFirstInputSection(sec) == nullptr); in adjustOutputSections()