Home
last modified time | relevance | path

Searched defs:getInputs (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DAction.h150 ActionList &getInputs() { return Inputs; } in getInputs() function
151 const ActionList &getInputs() const { return Inputs; } in getInputs() function
/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h696 std::vector<ConcatInputSection *> getInputs() { return inputs; } in getInputs() function