Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp1021 getOrCreateOutputSegment(segname)->addOutputSection(osec); in createOutputSections()
1034 getOrCreateOutputSegment(ssec->segname)->addOutputSection(ssec); in createOutputSections()