Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DOutputSections.h75 void commitSection(InputSection *isec);
H A DOutputSections.cpp113 void OutputSection::commitSection(InputSection *isec) { in commitSection() function in OutputSection
217 commitSection(s); in finalizeInputSections()
H A DRelocations.cpp621 osec->commitSection(sec); in addCopyRelSymbol()