Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DOutputSegment.h43 void addOutputSection(OutputSection *os);
H A DOutputSegment.cpp60 void OutputSegment::addOutputSection(OutputSection *osec) { in addOutputSection() function in OutputSegment
H A DWriter.cpp1044 getOrCreateOutputSegment(segname)->addOutputSection(osec); in createOutputSections()
1057 getOrCreateOutputSegment(ssec->segname)->addOutputSection(ssec); in createOutputSections()