OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLastArg
(Results
1 - 25
of
47
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/Arch/
SystemZ.cpp
27
<< Args.
getLastArg
(options::OPT_mfloat_abi_EQ)->getAsString(Args);
29
if (Arg *A = Args.
getLastArg
(clang::driver::options::OPT_msoft_float,
38
if (const Arg *A = Args.
getLastArg
(clang::driver::options::OPT_march_EQ)) {
57
if (Arg *A = Args.
getLastArg
(options::OPT_mhtm, options::OPT_mno_htm)) {
64
if (Arg *A = Args.
getLastArg
(options::OPT_mvx, options::OPT_mno_vx)) {
Mips.cpp
59
if (Arg *A = Args.
getLastArg
(clang::driver::options::OPT_march_EQ,
63
if (Arg *A = Args.
getLastArg
(options::OPT_mabi_EQ)) {
156
Args.
getLastArg
(options::OPT_msoft_float, options::OPT_mhard_float,
231
Arg *LastPICArg = Args.
getLastArg
(options::OPT_fPIC, options::OPT_fno_PIC,
248
Args.
getLastArg
(options::OPT_mabicalls, options::OPT_mno_abicalls);
266
if (Arg *A = Args.
getLastArg
(options::OPT_mlong_calls,
276
if (Arg *A = Args.
getLastArg
(options::OPT_mxgot, options::OPT_mno_xgot)) {
291
if (Arg *A = Args.
getLastArg
(options::OPT_mnan_EQ)) {
312
if (Arg *A = Args.
getLastArg
(options::OPT_mabs_EQ)) {
350
if (Arg *A = Args.
getLastArg
(options::OPT_mfp32, options::OPT_mfpxx
[
all
...]
PPC.cpp
25
if (Arg *A = Args.
getLastArg
(clang::driver::options::OPT_mcpu_EQ)) {
126
if (Args.
getLastArg
(options::OPT_msecure_plt))
138
Args.
getLastArg
(options::OPT_msoft_float, options::OPT_mhard_float,
165
Arg *A = Args.
getLastArg
(options::OPT_mabi_EQ);
AArch64.cpp
35
if ((A = Args.
getLastArg
(options::OPT_mcpu_EQ))) {
59
if (Args.
getLastArg
(options::OPT_arch) || Triple.isOSDarwin())
193
if ((A = Args.
getLastArg
(options::OPT_march_EQ)))
195
else if ((A = Args.
getLastArg
(options::OPT_mcpu_EQ)))
201
if (success && (A = Args.
getLastArg
(clang::driver::options::OPT_mtune_EQ)))
204
else if (success && (A = Args.
getLastArg
(options::OPT_mcpu_EQ)))
215
if (Args.
getLastArg
(options::OPT_mgeneral_regs_only)) {
221
if (Arg *A = Args.
getLastArg
(options::OPT_mtp_mode_EQ)) {
234
if (Arg *A = Args.
getLastArg
(options::OPT_mharden_sls_EQ)) {
281
if (Arg *A = Args.
getLastArg
(options::OPT_mcrc, options::OPT_mnocrc))
[
all
...]
ARM.cpp
44
if (const Arg *A = Args.
getLastArg
(clang::driver::options::OPT_mcpu_EQ))
46
if (const Arg *A = Args.
getLastArg
(options::OPT_march_EQ))
152
if (Arg *A = Args.
getLastArg
(options::OPT_mtp_mode_EQ)) {
172
if (const Arg *A = Args.
getLastArg
(options::OPT_mcpu_EQ))
174
if (const Arg *A = Args.
getLastArg
(options::OPT_march_EQ))
186
if (Arg *A = Args.
getLastArg
(options::OPT_mlittle_endian,
284
Args.
getLastArg
(options::OPT_msoft_float, options::OPT_mhard_float,
368
Args.
getLastArg
(options::OPT_msoft_float, options::OPT_mhard_float,
476
const Arg *ArchArg = Args.
getLastArg
(options::OPT_march_EQ);
477
const Arg *CPUArg = Args.
getLastArg
(options::OPT_mcpu_EQ)
[
all
...]
M68k.cpp
28
if (Arg *A = Args.
getLastArg
(clang::driver::options::OPT_mcpu_EQ)) {
112
Args.
getLastArg
(options::OPT_msoft_float, options::OPT_mhard_float)) {
Sparc.cpp
84
if (Arg *A = Args.
getLastArg
(clang::driver::options::OPT_msoft_float,
/src/external/apache2/llvm/dist/clang/lib/Driver/
Types.cpp
331
if (Driver.CCCIsCPP() || DAL.
getLastArg
(options::OPT_E) ||
332
DAL.
getLastArg
(options::OPT__SLASH_EP) ||
333
DAL.
getLastArg
(options::OPT_M, options::OPT_MM) ||
334
DAL.
getLastArg
(options::OPT__SLASH_P))
339
else if (DAL.
getLastArg
(options::OPT__precompile))
343
else if (DAL.
getLastArg
(options::OPT_fsyntax_only) ||
344
DAL.
getLastArg
(options::OPT_print_supported_cpus) ||
345
DAL.
getLastArg
(options::OPT_module_file_info) ||
346
DAL.
getLastArg
(options::OPT_verify_pch) ||
347
DAL.
getLastArg
(options::OPT_rewrite_objc) |
[
all
...]
OptionUtils.cpp
23
if (Arg *A = Args.
getLastArg
(Id)) {
Driver.cpp
295
if (CCCIsCPP() || (PhaseArg = DAL.
getLastArg
(options::OPT_E)) ||
296
(PhaseArg = DAL.
getLastArg
(options::OPT__SLASH_EP)) ||
297
(PhaseArg = DAL.
getLastArg
(options::OPT_M, options::OPT_MM)) ||
298
(PhaseArg = DAL.
getLastArg
(options::OPT__SLASH_P))) {
302
} else if ((PhaseArg = DAL.
getLastArg
(options::OPT__precompile))) {
306
} else if ((PhaseArg = DAL.
getLastArg
(options::OPT_fsyntax_only)) ||
307
(PhaseArg = DAL.
getLastArg
(options::OPT_print_supported_cpus)) ||
308
(PhaseArg = DAL.
getLastArg
(options::OPT_module_file_info)) ||
309
(PhaseArg = DAL.
getLastArg
(options::OPT_verify_pch)) ||
310
(PhaseArg = DAL.
getLastArg
(options::OPT_rewrite_objc)) |
[
all
...]
XRayArgs.cpp
75
if (Arg *A = Args.
getLastArg
(options::OPT_fpatchable_function_entry_EQ))
81
Args.
getLastArg
(options::OPT_fxray_instruction_threshold_,
189
if (const Arg *A = Args.
getLastArg
(options::OPT_fxray_function_groups)) {
196
Args.
getLastArg
(options::OPT_fxray_selected_function_group)) {
/src/external/apache2/llvm/dist/llvm/lib/ToolDrivers/llvm-dlltool/
DlltoolDriver.cpp
113
openFile(Args.
getLastArg
(OPT_d)->getValue());
123
if (auto *Arg = Args.
getLastArg
(OPT_m))
141
if (auto *Arg = Args.
getLastArg
(OPT_D))
163
if (Machine == IMAGE_FILE_MACHINE_I386 && Args.
getLastArg
(OPT_k)) {
/src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
CommonArgs.cpp
66
if (const Arg *A = Args.
getLastArg
(options::OPT_Rpass_EQ))
70
if (const Arg *A = Args.
getLastArg
(options::OPT_Rpass_missed_EQ))
74
if (const Arg *A = Args.
getLastArg
(options::OPT_Rpass_analysis_EQ))
84
if (const Arg *A = Args.
getLastArg
(options::OPT_fsave_optimization_record_EQ))
88
const Arg *A = Args.
getLastArg
(options::OPT_foptimization_record_file_EQ);
101
Args.
getLastArg
(options::OPT_foptimization_record_passes_EQ))
116
Args.
getLastArg
(options::OPT_fdiagnostics_hotness_threshold_EQ))
283
if (const Arg *A = Args.
getLastArg
(options::OPT_gz_EQ)) {
297
if (Arg *A = Args.
getLastArg
(OnOpt, OffOpt)) {
308
if (Arg *A = Args.
getLastArg
(options::OPT_mcpu_EQ))
[
all
...]
Clang.cpp
56
Args.
getLastArg
(clang::driver::options::OPT_C, options::OPT_CC)) {
70
Args.
getLastArg
(options::OPT_dynamic, options::OPT_mdynamic_no_pic))
192
Arg *A = Args.
getLastArg
(options::OPT_mrecip, options::OPT_mrecip_EQ);
288
Arg *A = Args.
getLastArg
(options::OPT_mprefer_vector_width_EQ);
452
Arg *ExceptionArg = Args.
getLastArg
(
615
Arg *A = Args.
getLastArg
(options::OPT_fomit_frame_pointer,
635
if (Arg *A = Args.
getLastArg
(options::OPT_ffile_compilation_dir_EQ,
696
if (Arg *A = Args.
getLastArg
(options::OPT_O_Group)) {
761
auto *PGOGenerateArg = Args.
getLastArg
(options::OPT_fprofile_generate,
768
auto *CSPGOGenerateArg = Args.
getLastArg
(options::OPT_fcs_profile_generate
[
all
...]
MSP430.cpp
46
HWMult = getSupportedHWMult(Args.
getLastArg
(options::OPT_mmcu_EQ));
58
const Arg *MCU = Args.
getLastArg
(options::OPT_mmcu_EQ);
64
const Arg *HWMultArg = Args.
getLastArg
(options::OPT_mhwmult_EQ);
164
const auto *MCUArg = DriverArgs.
getLastArg
(options::OPT_mmcu_EQ);
229
Arg *SspFlag = Args.
getLastArg
(
251
const Arg *MCUArg = Args.
getLastArg
(options::OPT_mmcu_EQ);
InterfaceStubs.cpp
25
const bool WriteBin = !Args.
getLastArg
(options::OPT_emit_merged_ifs);
Myriad.cpp
64
if (Args.
getLastArg
(options::OPT_MF) && !Args.
getLastArg
(options::OPT_MT) &&
67
Arg *A = Args.
getLastArg
(options::OPT_o);
98
const Arg *CPUArg = Args.
getLastArg
(options::OPT_mcpu_EQ);
135
Args.
getLastArg
(options::OPT_stdlib_EQ);
WebAssembly.cpp
38
if (const Arg* A = Args.
getLastArg
(options::OPT_fuse_ld_EQ)) {
90
if (const Arg *A = Args.
getLastArg
(options::OPT_mexec_model_EQ)) {
132
if (Arg *A = Args.
getLastArg
(options::OPT_O_Group)) {
278
if (DriverArgs.
getLastArg
(options::OPT_fwasm_exceptions)) {
335
if (Arg *A = Args.
getLastArg
(options::OPT_stdlib_EQ)) {
Hexagon.cpp
39
if (Arg *A = Args.
getLastArg
(options::OPT_mhexagon_hvx_length_EQ)) {
58
if (Arg *A = Args.
getLastArg
(options::OPT_mno_hexagon_hvx,
75
if (Arg *A = Args.
getLastArg
(options::OPT_mhexagon_hvx_length_EQ)) {
100
if (Arg *A = Args.
getLastArg
(options::OPT_mlong_calls,
439
if (Arg *A = Args.
getLastArg
(options::OPT_G)) {
441
} else if (Args.
getLastArg
(options::OPT_shared, options::OPT_fpic,
546
Arg *A = DriverArgs.
getLastArg
(options::OPT_O_Group);
638
Arg *A = Args.
getLastArg
(options::OPT_stdlib_EQ);
658
if (Arg *A = Args.
getLastArg
(options::OPT_fvectorize,
674
if (Arg *A = Args.
getLastArg
(options::OPT_mcpu_EQ)
[
all
...]
Darwin.cpp
190
if (Arg *A = Args.
getLastArg
(options::OPT_O_Group)) {
292
if ((A = Args.
getLastArg
(options::OPT_compatibility__version)) ||
293
(A = Args.
getLastArg
(options::OPT_current__version)) ||
294
(A = Args.
getLastArg
(options::OPT_install__name)))
305
if ((A = Args.
getLastArg
(options::OPT_bundle)) ||
306
(A = Args.
getLastArg
(options::OPT_bundle__loader)) ||
307
(A = Args.
getLastArg
(options::OPT_client__name)) ||
308
(A = Args.
getLastArg
(options::OPT_force__flat__namespace)) ||
309
(A = Args.
getLastArg
(options::OPT_keep__private__externs)) ||
310
(A = Args.
getLastArg
(options::OPT_private__bundle))
[
all
...]
PS4CPU.cpp
187
if (const Arg *A = Args.
getLastArg
(options::OPT_isysroot)) {
246
Arg *A = DriverArgs.
getLastArg
(options::OPT_fuse_init_array);
254
DriverArgs.
getLastArg
(options::OPT_fvisibility_from_dllstorageclass,
/src/external/apache2/llvm/dist/llvm/tools/dsymutil/
dsymutil.cpp
198
if (opt::Arg *Accelerator = Args.
getLastArg
(OPT_accelerator)) {
237
if (opt::Arg *ReproducerPath = Args.
getLastArg
(OPT_use_reproducer)) {
251
if (opt::Arg *SymbolMap = Args.
getLastArg
(OPT_symbolmap))
267
if (opt::Arg *OsoPrependPath = Args.
getLastArg
(OPT_oso_prepend_path))
276
if (opt::Arg *OutputFile = Args.
getLastArg
(OPT_output))
279
if (opt::Arg *Toolchain = Args.
getLastArg
(OPT_toolchain))
285
if (opt::Arg *NumThreads = Args.
getLastArg
(OPT_threads))
296
if (opt::Arg *RemarksPrependPath = Args.
getLastArg
(OPT_remarks_prepend_path))
300
Args.
getLastArg
(OPT_remarks_output_format)) {
/src/external/apache2/llvm/dist/clang/lib/Frontend/
CompilerInvocation.cpp
210
if (const Arg *A = Args.
getLastArg
(Opt, OtherOpt)) {
281
auto *Arg = Args.
getLastArg
(Opt);
323
auto *Arg = Args.
getLastArg
(Opt);
333
auto *Arg = Args.
getLastArg
(Opt);
386
auto *Arg = Args.
getLastArg
(Opt);
480
Arg *A = Args.
getLastArg
(OPT_fnew_alignment_EQ);
497
<< Args.
getLastArg
(OPT_fgpu_allow_device_init)->getAsString(Args);
501
<< Args.
getLastArg
(OPT_gpu_max_threads_per_block_EQ)->getAsString(Args);
506
if (Args.
getLastArg
(OPT_cl_strict_aliasing) && LangOpts.OpenCLVersion > 100)
509
<< Args.
getLastArg
(OPT_cl_strict_aliasing)->getAsString(Args)
[
all
...]
/src/external/apache2/llvm/dist/llvm/tools/llvm-cvtres/
llvm-cvtres.cpp
134
if (opt::Arg *Arg = InputArgs.
getLastArg
(OPT_MACHINE)) {
154
if (opt::Arg *Arg = InputArgs.
getLastArg
(OPT_OUT)) {
162
if (llvm::opt::Arg *Arg = InputArgs.
getLastArg
(OPT_TIMESTAMP)) {
/src/external/apache2/llvm/dist/llvm/lib/Option/
ArgList.cpp
74
if (Arg *A =
getLastArg
(Pos, Neg))
81
if (Arg *A =
getLastArg
(Pos, PosAlias, Neg))
87
if (Arg *A =
getLastArg
(Id))
Completed in 48 milliseconds
1
2
Indexes created Sat Jun 20 00:25:23 UTC 2026