Home
last modified time | relevance | path

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

/external/llvm-project/lld/MachO/
DOutputSegment.h38 void addOutputSection(OutputSection *os);
DOutputSegment.cpp47 void OutputSegment::addOutputSection(OutputSection *osec) { in addOutputSection() function in OutputSegment
DWriter.cpp609 getOrCreateOutputSegment(segname)->addOutputSection(osec); in createOutputSections()
617 getOrCreateOutputSegment(ssec->segname)->addOutputSection(ssec); in createOutputSections()