Home
last modified time | relevance | path

Searched refs:LastPICArg (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/lib/Driver/ToolChains/Arch/
DMips.cpp231 Arg *LastPICArg = Args.getLastArg(options::OPT_fPIC, options::OPT_fno_PIC, in getMIPSTargetFeatures() local
235 if (LastPICArg) { in getMIPSTargetFeatures()
236 Option O = LastPICArg->getOption(); in getMIPSTargetFeatures()
254 << LastPICArg->getAsString(Args) << (!ABICallsArg ? 0 : 1); in getMIPSTargetFeatures()
/external/llvm-project/clang/lib/Driver/ToolChains/
DCommonArgs.cpp1154 Arg *LastPICArg = Args.getLastArg(options::OPT_fPIC, options::OPT_fno_PIC, in ParsePICArgs() local
1158 if (Triple.isOSWindows() && LastPICArg && in ParsePICArgs()
1159 LastPICArg == in ParsePICArgs()
1163 << LastPICArg->getSpelling() << Triple.str(); in ParsePICArgs()
1172 if (LastPICArg) { in ParsePICArgs()
1173 Option O = LastPICArg->getOption(); in ParsePICArgs()
1189 << LastPICArg->getSpelling(); in ParsePICArgs()
/external/clang/lib/Driver/
DTools.cpp3688 Arg *LastPICArg = Args.getLastArg(options::OPT_fPIC, options::OPT_fno_PIC, in ParsePICArgs() local
3695 if (LastPICArg) { in ParsePICArgs()
3696 Option O = LastPICArg->getOption(); in ParsePICArgs()
3712 << LastPICArg->getSpelling(); in ParsePICArgs()