Home
last modified time | relevance | path

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

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