Searched refs:LinkerInput (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/Driver/ |
| H A D | Options.h | 26 LinkerInput = (1 << 5), enumerator
|
| H A D | Options.td | 23 // LinkerInput - The option is a linker input. 24 def LinkerInput : OptionFlag; 829 def z : Separate<["-"], "z">, Flags<[LinkerInput, RenderAsInput]>, 858 def b : JoinedOrSeparate<["-"], "b">, Flags<[LinkerInput, RenderAsInput]>, 1981 def filelist : Separate<["-"], "filelist">, Flags<[LinkerInput]>, 2687 def framework : Separate<["-"], "framework">, Flags<[LinkerInput]>; 3277 def l : JoinedOrSeparate<["-"], "l">, Flags<[LinkerInput, RenderJoined]>, 3280 def lazy__library : Separate<["-"], "lazy_library">, Flags<[LinkerInput]>; 4120 def r : Flag<["-"], "r">, Flags<[LinkerInput,NoArgumentUnused]>, 4236 def weak_l : Joined<["-"], "weak-l">, Flags<[LinkerInput]>; [all …]
|
| /llvm-project-15.0.7/clang/lib/Driver/ |
| H A D | Driver.cpp | 2589 } else if (A->getOption().hasFlag(options::LinkerInput)) { in BuildInputs() 4486 ActionList LinkerInput = {A}; in BuildOffloadingActions() local 4487 A = C.MakeAction<LinkJobAction>(LinkerInput, types::TY_Image); in BuildOffloadingActions()
|
| /llvm-project-15.0.7/clang/lib/Driver/ToolChains/ |
| H A D | Gnu.cpp | 43 if (O.hasFlag(options::LinkerInput)) in forwardToGCC()
|
| H A D | Darwin.cpp | 2568 if (A->getOption().hasFlag(options::LinkerInput)) { in TranslateArgs()
|