Lines Matching refs:getValue
231 (A->getValue(0) == StringRef("-MD") || in TranslateInputArgs()
232 A->getValue(0) == StringRef("-MMD"))) { in TranslateInputArgs()
234 if (A->getValue(0) == StringRef("-MD")) in TranslateInputArgs()
240 A->getValue(1)); in TranslateInputArgs()
246 StringRef Value = A->getValue(); in TranslateInputArgs()
295 DefaultTargetTriple = A->getValue(); in computeTargetTriple()
309 StringRef ArchName = A->getValue(); in computeTargetTriple()
405 CCCGenericGCCName = A->getValue(); in BuildCompilation()
418 DefaultTargetTriple = A->getValue(); in BuildCompilation()
420 Dir = InstalledDir = A->getValue(); in BuildCompilation()
423 PrefixDirs.push_back(A->getValue(0)); in BuildCompilation()
426 SysRoot = A->getValue(); in BuildCompilation()
428 DyldPrefix = A->getValue(); in BuildCompilation()
433 ResourceDir = A->getValue(); in BuildCompilation()
436 SaveTemps = llvm::StringSwitch<SaveTempsMode>(A->getValue()) in BuildCompilation()
539 } else if (!strcmp(it->second->getValue(), "-")) { in generateCompilationDiagnostics()
566 StringRef ArchName = A->getValue(); in generateCompilationDiagnostics()
652 Diag(clang::diag::note_drv_command_failed_diag_msg) << A->getValue(); in generateCompilationDiagnostics()
759 if (TC.isThreadModelSupported(A->getValue())) in PrintVersion()
760 OS << "Thread model: " << A->getValue(); in PrintVersion()
853 llvm::outs() << GetFilePath(A->getValue(), TC) << "\n"; in HandleImmediateArgs()
858 llvm::outs() << GetProgramPath(A->getValue(), TC) << "\n"; in HandleImmediateArgs()
901 os << "\"" << IA->getInputArg().getValue() << "\""; in PrintActions1()
968 tools::darwin::getArchTypeForMachOArchName(A->getValue()); in BuildUniversalActions()
975 if (ArchNames.insert(A->getValue()).second) in BuildUniversalActions()
976 Archs.push_back(A->getValue()); in BuildUniversalActions()
1060 SmallString<64> Directory(WorkDir->getValue()); in DiagnoseInputExistence()
1114 const char *Value = A->getValue(); in BuildInputs()
1191 StringRef Value = A->getValue(); in BuildInputs()
1193 Arg *InputArg = MakeInputArg(Args, Opts, A->getValue()); in BuildInputs()
1198 StringRef Value = A->getValue(); in BuildInputs()
1200 Arg *InputArg = MakeInputArg(Args, Opts, A->getValue()); in BuildInputs()
1211 InputType = types::lookupTypeForTypeSpecifier(A->getValue()); in BuildInputs()
1218 Diag(clang::diag::err_drv_unknown_language) << A->getValue(); in BuildInputs()
1250 if (GpuArchNames.insert(A->getValue()).second) in buildCudaActions()
1251 GpuArchList.push_back(A->getValue()); in buildCudaActions()
1341 StringRef V = A->getValue(); in BuildActions()
1353 StringRef V = A->getValue(); in BuildActions()
1365 if (A->getValue()[0] == '\0') { in BuildActions()
1603 ArchNames.insert(A->getValue()); in BuildJobs()
1615 LinkingOutput = FinalOutput->getValue(); in BuildJobs()
1767 const char *Name = Input.getValue(); in BuildJobsForAction()
1908 return C.addResultFile(FinalOutput->getValue(), &JA); in GetNamedOutputPath()
1917 NameArg = A->getValue(); in GetNamedOutputPath()
1969 ->getValue(); in GetNamedOutputPath()
1979 ->getValue(); in GetNamedOutputPath()
2021 SmallString<128> TempPath(FinalOutput->getValue()); in GetNamedOutputPath()