Home
last modified time | relevance | path

Searched refs:options (Results 1 – 25 of 1536) sorted by relevance

12345678910>>...62

/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/tools/
H A DTestToolBase.py53 options = self.context.options
55 if not options.builder and (options.cflags or options.ldflags):
60 options.vs_solution = os.path.abspath(options.vs_solution)
65 options.binary = os.path.abspath(options.binary)
80 options.test_path = os.path.abspath(options.test_path)
81 options.test_path = os.path.normcase(options.test_path)
88 options.results_directory = os.path.abspath(options.results_directory)
98 options = self.context.options
126 options.test_files = options.test_files + options.source_files
133 options.source_files = [options.test_path]
[all …]
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DClang.cpp63 if (Arg *A = Args.getLastArg(clang::driver::options::OPT_C, options::OPT_CC, in CheckPreprocessingOptions()
66 if (!Args.hasArg(options::OPT_E) && !Args.hasArg(options::OPT__SLASH_P) && in CheckPreprocessingOptions()
173 Arg *A = Args.getLastArg(options::OPT_mrecip, options::OPT_mrecip_EQ); in ParseMRecip()
449 options::OPT_fcxx_exceptions, options::OPT_fno_cxx_exceptions, in addExceptionArgs()
450 options::OPT_fexceptions, options::OPT_fno_exceptions); in addExceptionArgs()
1416 {options::OPT_D, options::OPT_U, options::OPT_I_Group, in AddPreprocessingOptions()
1417 options::OPT_F, options::OPT_index_header_map}); in AddPreprocessingOptions()
2151 if (Args.getLastArg(options::OPT_shared, options::OPT_fpic, in SetRISCVSmallDataLimit()
2275 options::OPT_msoft_float, options::OPT_mno_soft_float, in AddX86TargetArgs()
6068 if (Args.hasFlag(options::OPT_fopenmp, options::OPT_fopenmp_EQ, in ConstructJob()
[all …]
H A DFlang.cpp33 CmdArgs, {options::OPT_ffixed_form, options::OPT_ffree_form, in AddFortranDialectOptions()
34 options::OPT_ffixed_line_length_EQ, options::OPT_fopenmp, in AddFortranDialectOptions()
35 options::OPT_fopenacc, options::OPT_finput_charset_EQ, in AddFortranDialectOptions()
36 options::OPT_fimplicit_none, options::OPT_fno_implicit_none, in AddFortranDialectOptions()
37 options::OPT_fbackslash, options::OPT_fno_backslash, in AddFortranDialectOptions()
40 options::OPT_fxor_operator, options::OPT_fno_xor_operator, in AddFortranDialectOptions()
42 options::OPT_fdefault_real_8, options::OPT_fdefault_integer_8, in AddFortranDialectOptions()
43 options::OPT_fdefault_double_8, options::OPT_flarge_sizes, in AddFortranDialectOptions()
50 {options::OPT_P, options::OPT_D, options::OPT_U, in AddPreprocessingOptions()
51 options::OPT_I, options::OPT_cpp, options::OPT_nocpp}); in AddPreprocessingOptions()
[all …]
H A DPS4CPU.cpp37 if ((Args.hasFlag(options::OPT_fprofile_arcs, options::OPT_fno_profile_arcs, in addProfileRTArgs()
52 Args.hasArg(options::OPT_coverage))) in addProfileRTArgs()
66 Args.AddAllArgValues(CmdArgs, options::OPT_Wa_COMMA, options::OPT_Xassembler); in ConstructJob()
130 Args.ClaimAllArgs(options::OPT_g_Group); in ConstructJob()
135 Args.ClaimAllArgs(options::OPT_w); in ConstructJob()
140 if (Args.hasArg(options::OPT_pie)) in ConstructJob()
143 if (Args.hasArg(options::OPT_rdynamic)) in ConstructJob()
145 if (Args.hasArg(options::OPT_shared)) in ConstructJob()
155 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nodefaultlibs)) in ConstructJob()
236 !Args.hasArg(options::OPT__sysroot_EQ) && !Args.hasArg(options::OPT_E) && in PS4PS5Base()
[all …]
H A DAnanas.cpp33 Args.AddAllArgValues(CmdArgs, options::OPT_Wa_COMMA, options::OPT_Xassembler); in ConstructJob()
62 Args.ClaimAllArgs(options::OPT_w); in ConstructJob()
88 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nostartfiles, in ConstructJob()
89 options::OPT_r)) { in ConstructJob()
94 if (Args.hasArg(options::OPT_shared) || Args.hasArg(options::OPT_pie)) { in ConstructJob()
104 {options::OPT_T_Group, options::OPT_e, options::OPT_s, in ConstructJob()
105 options::OPT_t, options::OPT_Z_Flag, options::OPT_r}); in ConstructJob()
115 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nodefaultlibs, in ConstructJob()
116 options::OPT_r)) { in ConstructJob()
122 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nostartfiles, in ConstructJob()
[all …]
H A DAIX.cpp53 Args.AddAllArgValues(CmdArgs, options::OPT_Wa_COMMA, options::OPT_Xassembler); in ConstructJob()
92 if (Args.hasArg(options::OPT_static)) in ConstructJob()
96 if (Args.hasArg(options::OPT_shared)) { in ConstructJob()
104 if (Args.hasFlag(options::OPT_fprofile_arcs, options::OPT_fno_profile_arcs, in ConstructJob()
119 Args.hasArg(options::OPT_coverage)) in ConstructJob()
144 if (Args.hasArg(options::OPT_pg)) in ConstructJob()
147 else if (Args.hasArg(options::OPT_p)) in ConstructJob()
153 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nostartfiles, in ConstructJob()
179 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nodefaultlibs)) { in ConstructJob()
183 if (Args.hasArg(options::OPT_pthreads, options::OPT_pthread)) in ConstructJob()
[all …]
H A DDragonFly.cpp39 Args.AddAllArgValues(CmdArgs, options::OPT_Wa_COMMA, options::OPT_Xassembler); in ConstructJob()
94 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nostartfiles, in ConstructJob()
95 options::OPT_r)) { in ConstructJob()
97 if (Args.hasArg(options::OPT_pg)) in ConstructJob()
110 if (Args.hasArg(options::OPT_shared) || Args.hasArg(options::OPT_pie)) in ConstructJob()
119 {options::OPT_L, options::OPT_T_Group, options::OPT_e}); in ConstructJob()
123 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nodefaultlibs, in ConstructJob()
124 options::OPT_r)) { in ConstructJob()
163 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nostartfiles, in ConstructJob()
164 options::OPT_r)) { in ConstructJob()
[all …]
H A DOpenBSD.cpp95 Args.AddAllArgValues(CmdArgs, options::OPT_Wa_COMMA, options::OPT_Xassembler); in ConstructJob()
126 Args.ClaimAllArgs(options::OPT_w); in ConstructJob()
136 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_shared)) { in ConstructJob()
158 if (Args.hasArg(options::OPT_nopie) || Args.hasArg(options::OPT_pg)) in ConstructJob()
171 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nostartfiles, in ConstructJob()
195 Args.AddAllArgs(CmdArgs, {options::OPT_T_Group, options::OPT_e, in ConstructJob()
196 options::OPT_s, options::OPT_t, in ConstructJob()
197 options::OPT_Z_Flag, options::OPT_r}); in ConstructJob()
203 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nodefaultlibs, in ConstructJob()
231 if (!Args.hasArg(options::OPT_shared) && Args.hasArg(options::OPT_pg)) in ConstructJob()
[all …]
H A DMyriad.cpp51 {options::OPT_I_Group, options::OPT_clang_i_Group, options::OPT_std_EQ, in ConstructJob()
52 options::OPT_D, options::OPT_U, options::OPT_f_Group, in ConstructJob()
53 options::OPT_f_clang_Group, options::OPT_g_Group, options::OPT_M_Group, in ConstructJob()
54 options::OPT_O_Group, options::OPT_W_Group, options::OPT_mcpu_EQ, in ConstructJob()
55 options::OPT_mllvm, options::OPT_Xclang}, in ConstructJob()
105 for (const Arg *A : Args.filtered(options::OPT_I, options::OPT_isystem)) { in ConstructJob()
131 !Args.hasArg(options::OPT_nostdlib, options::OPT_nostartfiles); in ConstructJob()
133 !Args.hasArg(options::OPT_nostdlib, options::OPT_nodefaultlibs); in ConstructJob()
164 Args.AddAllArgs(CmdArgs, {options::OPT_L, options::OPT_T_Group, in ConstructJob()
165 options::OPT_e, options::OPT_s, options::OPT_t, in ConstructJob()
[all …]
H A DHexagon.cpp78 Args.getLastArg(options::OPT_mhexagon_hvx, options::OPT_mhexagon_hvx_EQ, in handleHVXTargetFeatures()
351 if (!Args.hasArg(options::OPT_shared, options::OPT_static)) in constructHexagonLinkArgs()
354 if (!Args.hasArg(options::OPT_shared, options::OPT_nostartfiles, in constructHexagonLinkArgs()
358 !Args.hasArg(options::OPT_nostartfiles, options::OPT_nostdlib)) in constructHexagonLinkArgs()
364 {options::OPT_T_Group, options::OPT_e, options::OPT_s, in constructHexagonLinkArgs()
365 options::OPT_t, options::OPT_u_Group}); in constructHexagonLinkArgs()
368 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nodefaultlibs)) { in constructHexagonLinkArgs()
447 {options::OPT_T_Group, options::OPT_e, options::OPT_s, in constructHexagonLinkArgs()
448 options::OPT_t, options::OPT_u_Group}); in constructHexagonLinkArgs()
527 } else if (Args.getLastArg(options::OPT_shared, options::OPT_fpic, in getSmallDataThreshold()
[all …]
/llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/
H A DNSString.cpp140 options.SetPrefixToken(prefix); in NSStringSummaryProvider()
141 options.SetSuffixToken(suffix); in NSStringSummaryProvider()
152 options.SetQuote('"'); in NSStringSummaryProvider()
180 options.SetStream(&stream); in NSStringSummaryProvider()
181 options.SetQuote('"'); in NSStringSummaryProvider()
202 options.SetStream(&stream); in NSStringSummaryProvider()
203 options.SetQuote('"'); in NSStringSummaryProvider()
228 options.SetStream(&stream); in NSStringSummaryProvider()
229 options.SetQuote('"'); in NSStringSummaryProvider()
251 options.SetStream(&stream); in NSStringSummaryProvider()
[all …]
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/Arch/
H A DMips.cpp156 Args.getLastArg(options::OPT_msoft_float, options::OPT_mhard_float, in getMipsFloatABI()
231 Arg *LastPICArg = Args.getLastArg(options::OPT_fPIC, options::OPT_fno_PIC, in getMIPSTargetFeatures()
232 options::OPT_fpic, options::OPT_fno_pic, in getMIPSTargetFeatures()
233 options::OPT_fPIE, options::OPT_fno_PIE, in getMIPSTargetFeatures()
241 (O.matches(options::OPT_fPIC) || O.matches(options::OPT_fpic) || in getMIPSTargetFeatures()
242 O.matches(options::OPT_fPIE) || O.matches(options::OPT_fpie)); in getMIPSTargetFeatures()
248 Args.getLastArg(options::OPT_mabicalls, options::OPT_mno_abicalls); in getMIPSTargetFeatures()
340 AddTargetFeature(Args, Features, options::OPT_mdsp, options::OPT_mno_dsp, in getMIPSTargetFeatures()
344 AddTargetFeature(Args, Features, options::OPT_mmsa, options::OPT_mno_msa, in getMIPSTargetFeatures()
350 if (Arg *A = Args.getLastArg(options::OPT_mfp32, options::OPT_mfpxx, in getMIPSTargetFeatures()
[all …]
H A DRISCV.cpp77 if (Args.hasArg(options::OPT_ffixed_x1)) in getRISCVTargetFeatures()
79 if (Args.hasArg(options::OPT_ffixed_x2)) in getRISCVTargetFeatures()
81 if (Args.hasArg(options::OPT_ffixed_x3)) in getRISCVTargetFeatures()
83 if (Args.hasArg(options::OPT_ffixed_x4)) in getRISCVTargetFeatures()
85 if (Args.hasArg(options::OPT_ffixed_x5)) in getRISCVTargetFeatures()
87 if (Args.hasArg(options::OPT_ffixed_x6)) in getRISCVTargetFeatures()
89 if (Args.hasArg(options::OPT_ffixed_x7)) in getRISCVTargetFeatures()
91 if (Args.hasArg(options::OPT_ffixed_x8)) in getRISCVTargetFeatures()
93 if (Args.hasArg(options::OPT_ffixed_x9)) in getRISCVTargetFeatures()
141 if (Args.hasFlag(options::OPT_mrelax, options::OPT_mno_relax, true)) { in getRISCVTargetFeatures()
[all …]
H A DX86.cpp165 if (Args.hasArgNoClaim(options::OPT_mretpoline, options::OPT_mno_retpoline, in getX86TargetFeatures()
168 if (Args.hasFlag(options::OPT_mretpoline, options::OPT_mno_retpoline, in getX86TargetFeatures()
172 SpectreOpt = options::OPT_mretpoline; in getX86TargetFeatures()
191 if (Args.hasFlag(options::OPT_mlvi_hardening, options::OPT_mno_lvi_hardening, in getX86TargetFeatures()
195 LVIOpt = options::OPT_mlvi_hardening; in getX86TargetFeatures()
196 } else if (Args.hasFlag(options::OPT_mlvi_cfi, options::OPT_mno_lvi_cfi, in getX86TargetFeatures()
199 LVIOpt = options::OPT_mlvi_cfi; in getX86TargetFeatures()
202 if (Args.hasFlag(options::OPT_m_seses, options::OPT_mno_seses, false)) { in getX86TargetFeatures()
203 if (LVIOpt == options::OPT_mlvi_hardening) in getX86TargetFeatures()
214 if (!Args.hasArg(options::OPT_mno_lvi_cfi)) { in getX86TargetFeatures()
[all …]
H A DM68k.cpp77 if (Args.hasArg(options::OPT_ffixed_a0)) in getM68kTargetFeatures()
79 if (Args.hasArg(options::OPT_ffixed_a1)) in getM68kTargetFeatures()
81 if (Args.hasArg(options::OPT_ffixed_a2)) in getM68kTargetFeatures()
83 if (Args.hasArg(options::OPT_ffixed_a3)) in getM68kTargetFeatures()
85 if (Args.hasArg(options::OPT_ffixed_a4)) in getM68kTargetFeatures()
87 if (Args.hasArg(options::OPT_ffixed_a5)) in getM68kTargetFeatures()
89 if (Args.hasArg(options::OPT_ffixed_a6)) in getM68kTargetFeatures()
91 if (Args.hasArg(options::OPT_ffixed_d0)) in getM68kTargetFeatures()
93 if (Args.hasArg(options::OPT_ffixed_d1)) in getM68kTargetFeatures()
95 if (Args.hasArg(options::OPT_ffixed_d2)) in getM68kTargetFeatures()
[all …]
H A DAArch64.cpp236 Args.filtered(options::OPT_Wa_COMMA, options::OPT_Xassembler)) in getAArch64TargetFeatures()
343 if (Arg *A = Args.getLastArg(options::OPT_mcrc, options::OPT_mnocrc)) { in getAArch64TargetFeatures()
500 if (Args.hasArg(options::OPT_ffixed_x1)) in getAArch64TargetFeatures()
503 if (Args.hasArg(options::OPT_ffixed_x2)) in getAArch64TargetFeatures()
506 if (Args.hasArg(options::OPT_ffixed_x3)) in getAArch64TargetFeatures()
509 if (Args.hasArg(options::OPT_ffixed_x4)) in getAArch64TargetFeatures()
512 if (Args.hasArg(options::OPT_ffixed_x5)) in getAArch64TargetFeatures()
515 if (Args.hasArg(options::OPT_ffixed_x6)) in getAArch64TargetFeatures()
518 if (Args.hasArg(options::OPT_ffixed_x7)) in getAArch64TargetFeatures()
521 if (Args.hasArg(options::OPT_ffixed_x9)) in getAArch64TargetFeatures()
[all …]
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Linalg/Transforms/
H A DCodegenStrategy.h38 options(std::move(options)) {} in Transformation()
55 options(std::move(options)) {} in Transformation()
64 linalg::LinalgTilingOptions options; member
72 options(std::move(options)) {} in Transformation()
131 : Transformation(std::move(f)), opName(), options(options) {} in Transformation()
135 : Transformation(std::move(f)), opName(name), options(options) {} in Transformation()
144 linalg::LinalgPeelOptions options; member
152 : Transformation(std::move(f)), opName(), options(options), in Transformation()
158 : Transformation(std::move(f)), opName(name), options(options), in Transformation()
178 : Transformation(std::move(f)), options(options) {} in Transformation()
[all …]
/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DCxxStringTypes.cpp60 options.SetStream(&stream); in CharStringSummaryProvider()
90 options.SetQuote('\''); in CharSummaryProvider()
91 options.SetSourceSize(1); in CharSummaryProvider()
140 options); in WCharStringSummaryProvider()
143 options); in WCharStringSummaryProvider()
146 options); in WCharStringSummaryProvider()
195 options.SetQuote('\''); in WCharSummaryProvider()
196 options.SetSourceSize(1); in WCharSummaryProvider()
202 options); in WCharSummaryProvider()
205 options); in WCharSummaryProvider()
[all …]
/llvm-project-15.0.7/polly/lib/External/isl/
H A Dcodegen.c33 struct options { struct
87 __isl_take isl_union_map *opt, struct options *options, in set_options() argument
90 if (options->separate || options->atomic) { in set_options()
102 if (options->separate) in set_options()
104 if (options->atomic) in set_options()
123 struct options *options; in construct_ast_from_union_map() local
164 __isl_take isl_schedule *schedule, struct options *options) in schedule_set_options() argument
168 if (!options->separate && !options->atomic) in schedule_set_options()
185 struct options *options; in construct_ast_from_schedule() local
208 struct options *options; in main() local
[all …]
H A Dschedule_cmp.c15 struct options { struct
21 ISL_ARGS_START(struct options, options_args) in ISL_ARGS_START() argument
23 ISL_ARG_ARG(struct options, schedule1, "schedule1", NULL) in ISL_ARGS_START()
24 ISL_ARG_ARG(struct options, schedule2, "schedule2", NULL) in ISL_ARGS_START()
27 ISL_ARG_DEF(options, struct options, options_args) in ISL_ARGS_START()
55 struct options *options; in main() local
60 options = options_new_with_defaults(); in main()
61 if (!options) in main()
65 argc = options_parse(options, argc, argv, ISL_ARG_ALL); in main()
67 input1 = open_or_die(options->schedule1); in main()
[all …]
/llvm-project-15.0.7/lldb/examples/python/
H A Dprocess_events.py59 def print_threads(process, options): argument
60 if options.show_threads:
73 if options.stop_on_error:
238 if options.env_vars:
240 if options.working_dir:
242 elif options.attach_pid != -1:
243 if options.run_count == 1:
248 elif not options.attach_name is None:
249 if options.run_count == 1:
251 options.attach_name, options.attach_wait)
[all …]
/llvm-project-15.0.7/lldb/examples/darwin/heap_find/
H A Dheap.py28 options, argument
604 lldb_info''' % (options.max_frames, options.max_history, addr)
619 if options.verbose:
653 options, argument
673 if options.verbose:
697 if options.offset >= 0 and options.offset != offset:
965 options,
1006 options.type = 'cstr'
1075 options,
1295 options.max_matches = options.max_matches - num_matches
[all …]
/llvm-project-15.0.7/flang/lib/Frontend/
H A DCompilerInvocation.cpp174 case clang::driver::options::OPT_test_io: in parseFrontendArgs()
177 case clang::driver::options::OPT_E: in parseFrontendArgs()
180 case clang::driver::options::OPT_fsyntax_only: in parseFrontendArgs()
183 case clang::driver::options::OPT_emit_mlir: in parseFrontendArgs()
186 case clang::driver::options::OPT_emit_llvm: in parseFrontendArgs()
189 case clang::driver::options::OPT_emit_llvm_bc: in parseFrontendArgs()
192 case clang::driver::options::OPT_emit_obj: in parseFrontendArgs()
195 case clang::driver::options::OPT_S: in parseFrontendArgs()
240 case clang::driver::options::OPT_init_only: in parseFrontendArgs()
446 clang::driver::options::OPT_D, clang::driver::options::OPT_U)) { in parsePreprocessorArgs()
[all …]
/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/Transforms/
H A DTensorCopyInsertion.cpp25 OneShotAnalysisState state(op, options); in insertTensorCopies()
29 if (options.bufferizeFunctionBoundaries) { in insertTensorCopies()
37 if (options.testAnalysisOnly) in insertTensorCopies()
91 options(llvm::None) {} in TensorCopyInsertionPass()
93 : TensorCopyInsertionBase<TensorCopyInsertionPass>(), options(options) {} in TensorCopyInsertionPass()
100 if (options) { in runOnOperation()
104 OneShotBufferizationOptions options; in runOnOperation() local
107 options.createDeallocs = createDeallocs; in runOnOperation()
109 options.defaultMemorySpace = None; in runOnOperation()
116 Optional<OneShotBufferizationOptions> options; member
[all …]
/llvm-project-15.0.7/libcxx/utils/
H A Dgraph_header_deps.py49 def build_file_entry(fname, options): argument
104 def build_graph(roots, options): argument
127 def get_graphviz(graph, options): argument
133 if options.show_individual_line_counts and options.show_cumulative_line_counts:
173 options = parser.parse_args() variable
175 if options.root is None:
179 if options.search_dirs == [] and os.path.isdir(options.root):
180 options.search_dirs = [options.root]
182 options.root = os.path.abspath(options.root)
183 options.search_dirs = [os.path.abspath(p) for p in options.search_dirs]
[all …]

12345678910>>...62