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