Searched refs:getLastArgIntValue (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/include/clang/Driver/
H A DOptionUtils.h33 int getLastArgIntValue(const llvm::opt::ArgList &Args,
37 inline int getLastArgIntValue(const llvm::opt::ArgList &Args, function in namespace:clang
40 return getLastArgIntValue(Args, Id, Default, &Diags, Base);
/freebsd-current/contrib/llvm-project/clang/lib/Driver/
H A DOptionUtils.cpp36 int getLastArgIntValue(const ArgList &Args, OptSpecifier Id, int Default, function in namespace:clang
/freebsd-current/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp272 Opts.DwarfVersion = getLastArgIntValue(Args, OPT_dwarf_version_EQ, 2, Diags);
322 getLastArgIntValue(Args, OPT_output_asm_variant, 0, Diags);
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp694 return getLastArgIntValue(Args, OPT_O, DefaultOpt, Diags);
3671 Opts.PICLevel = getLastArgIntValue(Args, OPT_pic_level, 0, Diags);
3939 if (int Version = getLastArgIntValue(
3968 getLastArgIntValue(Args, options::OPT_fopenmp_cuda_number_of_sm_EQ,
3971 getLastArgIntValue(Args, options::OPT_fopenmp_cuda_blocks_per_sm_EQ,
3973 Opts.OpenMPCUDAReductionBufNum = getLastArgIntValue(
3982 Opts.OpenMPTargetDebug = getLastArgIntValue(

Completed in 176 milliseconds