Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DOutputSections.h123 InputSection *getFirstInputSection(const OutputSection *os);
H A DOutputSections.cpp399 InputSection *first = getFirstInputSection(this); in finalize()
507 InputSection *elf::getFirstInputSection(const OutputSection *os) { in getFirstInputSection() function in elf
H A DLinkerScript.cpp1101 bool isEmpty = (getFirstInputSection(sec) == nullptr); in adjustSectionsBeforeSorting()