Searched defs:addInput (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang-tools-extra/clangd/unittests/ | ||
H A D | TestWorkspace.cpp | 49 void TestWorkspace::addInput(llvm::StringRef Filename, in addInput() function in clang::clangd::TestWorkspace |
/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 | 681 void addInput(ConcatInputSection *isec) { sections.push_back(isec); } addInput() function |
H A D | SyntheticSections.cpp | 1636 void CStringSection::addInput(CStringInputSection *isec) { addInput() function in CStringSection |