Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DOutputSegment.h44 void addOutputSection(OutputSection *os);
H A DOutputSegment.cpp54 void OutputSegment::addOutputSection(OutputSection *osec) { in addOutputSection() function in OutputSegment
H A DWriter.cpp969 getOrCreateOutputSegment(segname)->addOutputSection(osec); in createOutputSections()
982 getOrCreateOutputSegment(ssec->segname)->addOutputSection(ssec); in createOutputSections()