Home
last modified time | relevance | path

Searched defs:InputFiles (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp56 llvm::StringSet<> &InputFiles, bool VisitInputFiles, in PrebuiltModuleListener()
78 llvm::StringSet<> &InputFiles; member in __anone24e14be0111::PrebuiltModuleListener
88 llvm::StringSet<> &InputFiles, in visitPrebuiltModule()
113 const SmallVectorImpl<FrontendInputFile> &InputFiles) { in deduceDepTarget()
/llvm-project-15.0.7/clang/tools/clang-linker-wrapper/
H A DClangLinkerWrapper.cpp474 Expected<StringRef> link(ArrayRef<StringRef> InputFiles, const ArgList &Args) { in link()
517 fatbinary(ArrayRef<std::pair<StringRef, StringRef>> InputFiles, in fatbinary() argument
553 Expected<StringRef> link(ArrayRef<StringRef> InputFiles, const ArgList &Args) { in link()
597 fatbinary(ArrayRef<std::pair<StringRef, StringRef>> InputFiles, in fatbinary() argument
721 Expected<StringRef> linkDevice(ArrayRef<StringRef> InputFiles, in linkDevice()
769 std::vector<std::string> getTargetFeatures(ArrayRef<OffloadFile> InputFiles) { in getTargetFeatures()
862 Error linkBitcodeFiles(SmallVectorImpl<OffloadFile> &InputFiles, in linkBitcodeFiles()
1182 SmallVector<std::pair<StringRef, StringRef>, 4> InputFiles; in bundleCuda() local
1205 SmallVector<std::pair<StringRef, StringRef>, 4> InputFiles; in bundleHIP() local
1306 SmallVector<StringRef> InputFiles; in linkAndWrapDeviceFiles() local
[all …]
/llvm-project-15.0.7/llvm/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/
H A DLLJITWithGDBRegistrationListener.cpp37 static cl::list<std::string> InputFiles(cl::Positional, cl::OneOrMore, variable
/llvm-project-15.0.7/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DLLJITWithRemoteDebugging.cpp102 static cl::list<std::string> InputFiles(cl::Positional, cl::OneOrMore, variable
/llvm-project-15.0.7/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp40 InputFiles(cl::Positional, cl::desc("<input files>"), cl::cat(DwpCategory)); variable
/llvm-project-15.0.7/llvm/tools/dsymutil/
H A Ddsymutil.cpp111 std::vector<std::string> InputFiles; member
124 std::vector<std::string> InputFiles; in getInputs() local
325 if (Expected<std::vector<std::string>> InputFiles = in getOptions() local
/llvm-project-15.0.7/llvm/examples/SpeculativeJIT/
H A DSpeculativeJIT.cpp27 static cl::list<std::string> InputFiles(cl::Positional, cl::OneOrMore, variable
/llvm-project-15.0.7/llvm/tools/llvm-mt/
H A Dllvm-mt.cpp115 std::vector<std::string> InputFiles = InputArgs.getAllArgValues(OPT_manifest); in main() local
/llvm-project-15.0.7/llvm/tools/llvm-cvtres/
H A Dllvm-cvtres.cpp145 std::vector<std::string> InputFiles = InputArgs.getAllArgValues(OPT_INPUT); in main() local
/llvm-project-15.0.7/llvm/tools/llvm-lipo/
H A Dllvm-lipo.cpp112 SmallVector<InputFile, 1> InputFiles; member
319 readInputBinaries(LLVMContext &LLVMCtx, ArrayRef<InputFile> InputFiles) { in readInputBinaries()
/llvm-project-15.0.7/llvm/tools/llvm-dwarfutil/
H A Dllvm-dwarfutil.cpp81 std::vector<std::string> InputFiles = Args.getAllArgValues(OPT_INPUT); in validateAndSetOptions() local
/llvm-project-15.0.7/llvm/tools/llvm-libtool-darwin/
H A Dllvm-libtool-darwin.cpp44 static cl::list<std::string> InputFiles(cl::Positional, variable
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DClangTidy.cpp509 ArrayRef<std::string> InputFiles, in runClangTidy()
/llvm-project-15.0.7/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp1335 StringMap<unsigned> InputFiles; in parseStripOptions() local
/llvm-project-15.0.7/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp71 static cl::list<std::string> InputFiles(cl::Positional, cl::OneOrMore, variable