Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DOutputSections.h75 void commitSection(InputSection *isec);
H A DOutputSections.cpp110 void OutputSection::commitSection(InputSection *isec) { in commitSection() function in OutputSection
231 commitSection(s); in finalizeInputSections()
H A DRelocations.cpp374 osec->commitSection(sec); in addCopyRelSymbol()