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.cpp79 std::vector<std::string> InputFiles = Args.getAllArgValues(OPT_INPUT); in validateAndSetOptions() local
80 if (InputFiles.size() != 2) in validateAndSetOptions()
84 InputFiles.size()) in validateAndSetOptions()
88 Options.InputFileName = InputFiles[0]; in validateAndSetOptions()
89 Options.OutputFileName = InputFiles[1]; in validateAndSetOptions()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp250 const SmallVectorImpl<FrontendInputFile> &InputFiles) { in deduceDepTarget() argument
254 if (InputFiles.empty() || !InputFiles.front().isFile()) in deduceDepTarget()
257 return makeObjFileName(InputFiles.front().getFile()); in deduceDepTarget()
/freebsd/usr.bin/clang/lld/
H A DMakefile63 SRCS+= ELF/InputFiles.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp1638 StringMap<unsigned> InputFiles; in parseStripOptions() local
1640 if (InputFiles[Filename]++ == 1) { in parseStripOptions()