Home
last modified time | relevance | path

Searched refs:InputFiles (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A Dllvm-dwarfutil.cpp77 std::vector<std::string> InputFiles = Args.getAllArgValues(OPT_INPUT); in validateAndSetOptions()
78 if (InputFiles.size() != 2) in validateAndSetOptions()
82 InputFiles.size()) in validateAndSetOptions()
86 Options.InputFileName = InputFiles[0]; in validateAndSetOptions()
87 Options.OutputFileName = InputFiles[1]; in validateAndSetOptions()
84 std::vector<std::string> InputFiles = Args.getAllArgValues(OPT_INPUT); validateAndSetOptions() local
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp179 const SmallVectorImpl<FrontendInputFile> &InputFiles) { in deduceDepTarget() argument
183 if (InputFiles.empty() || !InputFiles.front().isFile()) in deduceDepTarget()
186 return makeObjFileName(InputFiles.front().getFile()); in deduceDepTarget()
/freebsd/usr.bin/clang/lld/
H A DMakefile61 SRCS+= ELF/InputFiles.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp1507 StringMap<unsigned> InputFiles; in parseStripOptions() local
1509 if (InputFiles[Filename]++ == 1) { in parseStripOptions()