Searched refs:CC1Option (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/Driver/ |
| H A D | Options.td | 47 def CC1Option : OptionFlag; 755 Flags<[CC1Option]>, 759 Flags<[CC1Option]>, 792 Flags<[CC1Option]>; 794 Flags<[CC1Option]>; 983 Flags<[CC1Option]>, 1038 Flags<[CC1Option]>, 1150 Flags<[CC1Option]>, 2091 Flags<[CC1Option]>, 2094 Flags<[CC1Option]>; [all …]
|
| H A D | Options.h | 31 CC1Option = (1 << 10), enumerator
|
| /llvm-project-15.0.7/clang/lib/FrontendTool/ |
| H A D | ExecuteCompilerInvocation.cpp | 198 /*Include=*/driver::options::CC1Option, in ExecuteCompilerInvocation()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | CompileCommands.cpp | 424 if (Opt.hasFlag(driver::options::CC1Option)) in getModes()
|
| /llvm-project-15.0.7/clang-tools-extra/modularize/ |
| H A D | Modularize.cpp | 338 const unsigned IncludedFlagsBitmask = options::CC1Option; in findInputFile()
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | InternalsManual.rst | 593 accepted by the ``-cc1`` frontend are marked with the ``CC1Option`` flag. 674 + Group<f_Group>, Flags<[CC1Option]>, 679 frontend must be explicitly marked with the ``CC1Option`` flag. 706 Group<f_Group>, Flags<[CC1Option]>, 874 def fignore_exceptions : Flag<["-"], "fignore-exceptions">, Flags<[CC1Option]>, 884 def fno_verbose_asm : Flag<["-"], "fno-verbose-asm">, Flags<[CC1Option]>, 900 BothFlags<[CC1Option]>>; 924 def isysroot : JoinedOrSeparate<["-"], "isysroot">, Flags<[CC1Option]>, 946 def mstack_probe_size : Joined<["-"], "mstack-probe-size=">, Flags<[CC1Option]>, 963 def mthread_model : Separate<["-"], "mthread-model">, Flags<[CC1Option]>, [all …]
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 429 if ((FLAGS)&options::CC1Option) { \ 445 if ((FLAGS)&options::CC1Option) { \ 4436 const unsigned IncludedFlagsBitmask = options::CC1Option; in CreateFromArgsImpl()
|