Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DOutputSections.h121 InputSection *getFirstInputSection(const OutputSection *os);
DOutputSections.cpp399 InputSection *first = getFirstInputSection(this); in finalize()
503 InputSection *elf::getFirstInputSection(const OutputSection *os) { in getFirstInputSection() function in elf
DLinkerScript.cpp1068 bool isEmpty = (getFirstInputSection(sec) == nullptr); in adjustSectionsBeforeSorting()