Home
last modified time | relevance | path

Searched refs:as_needed (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DCommonArgs.h135 const char *getAsNeededOption(const ToolChain &TC, bool as_needed);
H A DCommonArgs.cpp811 const char *tools::getAsNeededOption(const ToolChain &TC, bool as_needed) { in getAsNeededOption() argument
819 return as_needed ? "-zignore" : "-zrecord"; in getAsNeededOption()
821 return as_needed ? "--as-needed" : "--no-as-needed"; in getAsNeededOption()
/llvm-project-15.0.7/clang/tools/clang-linker-wrapper/
H A DLinkerWrapperOpts.td110 def as_needed : Flag<["--", "-"], "as-needed">;
/llvm-project-15.0.7/lld/ELF/
H A DOptions.td107 defm as_needed: B<"as-needed",