Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DOutputSections.h76 void commitSection(InputSection *isec);
H A DOutputSections.cpp116 void OutputSection::commitSection(InputSection *isec) { in commitSection() function in OutputSection
239 commitSection(s); in finalizeInputSections()
H A DRelocations.cpp394 osec->commitSection(sec); in addCopyRelSymbol()