Lines Matching full:getvalue
96 StringRef S(A->getValue());
109 switch (A->getValue()[0]) {
147 const char *FuncName = Arg->getValue();
160 StringRef Name = A->getValue();
176 StringRef Name = A->getValue();
192 StringRef Name = A->getValue();
208 StringRef Name = A->getValue();
224 StringRef Name = A->getValue();
269 StringRef checkerList = A->getValue();
281 StringRef configList = A->getValue();
320 StringRef Value = A->getValue();
334 StringRef Val = RpassArg->getValue();
386 StringRef S = A->getValue();
458 StringRef Name = A->getValue();
469 llvm::StringSwitch<unsigned>(A->getValue())
476 << A->getValue();
481 unsigned Val = llvm::StringSwitch<unsigned>(A->getValue())
488 << A->getValue();
651 StringRef Name = A->getValue();
703 Opts.LinkBitcodeFiles.push_back(std::make_pair(LinkFlags, A->getValue()));
726 StringRef Val = A->getValue();
733 StringRef Val = A->getValue();
740 StringRef Name = A->getValue();
759 StringRef Name = A->getValue();
775 StringRef Val = A->getValue();
903 StringRef Value(A->getValue());
927 Opts.DiagnosticSerializationFile = A->getValue();
1104 Opts.FixItSuffix = A->getValue();
1144 Opts.Plugins.emplace_back(A->getValue(0));
1146 Opts.ActionName = A->getValue();
1150 Opts.PluginArgs[AA->getValue(0)].emplace_back(AA->getValue(1));
1174 ParsedSourceLocation::FromString(A->getValue());
1177 << A->getAsString(Args) << A->getValue();
1284 DashX = llvm::StringSwitch<InputKind>(A->getValue())
1310 << A->getAsString(Args) << A->getValue();
1359 Opts.UseLibcxx = (strcmp(A->getValue(), "libc++") == 0);
1377 Opts.ModuleFormat = A->getValue();
1380 StringRef MacroDef = A->getValue();
1399 std::string Path = A->getValue();
1401 if (IsSysrootSpecified && !IsFramework && A->getValue()[0] == '=') {
1404 llvm::StringRef(A->getValue()).substr(1));
1418 Prefix = A->getValue();
1420 Opts.AddPath(Prefix.str() + A->getValue(), frontend::After, false, true);
1422 Opts.AddPath(Prefix.str() + A->getValue(), frontend::Angled, false, true);
1426 Opts.AddPath(A->getValue(), frontend::After, false, true);
1428 Opts.AddPath(A->getValue(), frontend::Quoted, false, true);
1430 Opts.AddPath(A->getValue(), frontend::System, false,
1433 Opts.AddPath(A->getValue(), frontend::System, true, true);
1437 Opts.AddPath(A->getValue(), frontend::CSystem, false, true);
1439 Opts.AddPath(A->getValue(), frontend::CXXSystem, false, true);
1441 Opts.AddPath(A->getValue(), frontend::ObjCSystem, false,true);
1443 Opts.AddPath(A->getValue(), frontend::ObjCXXSystem, false, true);
1451 Opts.AddPath(A->getValue(), Group, false, true);
1458 A->getValue(), A->getOption().matches(OPT_system_header_prefix));
1461 Opts.AddVFSOverlayFile(A->getValue());
1591 StringRef value = arg->getValue();
1613 LangStd = llvm::StringSwitch<LangStandard::Kind>(A->getValue())
1622 << A->getAsString(Args) << A->getValue();
1665 = llvm::StringSwitch<LangStandard::Kind>(A->getValue())
1674 << A->getAsString(Args) << A->getValue();
1725 StringRef value = arg->getValue();
1834 if (VT.tryParse(A->getValue()))
1836 << A->getValue();
1972 switch (llvm::StringSwitch<unsigned>(A->getValue())
1979 << "-faddress-space-map-mangling=" << A->getValue();
1996 A->getValue())
2006 << "-fms-memptr-rep=" << A->getValue();
2015 A->getValue())
2023 << "-fdefault-calling-conv=" << A->getValue();
2086 llvm::Triple TT(A->getValue(i));
2089 Diags.Report(clang::diag::err_drv_invalid_omp_target) << A->getValue(i);
2098 Opts.OMPHostIRFile = A->getValue();
2160 Opts.TokenCache = A->getValue();
2169 Opts.DeserializedPCHDeclsToErrorOn.insert(A->getValue());
2172 StringRef Value(A->getValue());
2190 Opts.addMacroDef(A->getValue());
2192 Opts.addMacroUndef(A->getValue());
2199 Opts.Includes.emplace_back(A->getValue());
2202 Opts.ChainedIncludes.emplace_back(A->getValue());
2205 std::pair<StringRef, StringRef> Split = StringRef(A->getValue()).split(';');
2216 StringRef Name = A->getValue();
2286 StringRef Value = A->getValue();
2504 if (StringRef(A->getValue()).getAsInteger(10, Res)) {
2507 << A->getValue();