Home
last modified time | relevance | path

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

/external/llvm-project/lld/MachO/
DMergedOutputSection.h35 void mergeInput(InputSection *input);
DMergedOutputSection.cpp19 void MergedOutputSection::mergeInput(InputSection *input) { in mergeInput() function in MergedOutputSection
DWriter.cpp599 osec->mergeInput(isec); in createOutputSections()