Searched defs:addInput (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/gnu/llvm/lld/MachO/ | ||
H A D | ConcatOutputSection.cpp | 28 void ConcatOutputSection::addInput(ConcatInputSection *input) { in addInput() function in ConcatOutputSection |
H A D | SyntheticSections.h | 678 void addInput(ConcatInputSection *isec) { sections.push_back(isec); } in addInput() function |
H A D | SyntheticSections.cpp | 1617 void CStringSection::addInput(CStringInputSection *isec) { in addInput() function in CStringSection |