/openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/ |
H A D | DependencyScanningWorker.cpp | 66 llvm::StringSet<> &InputFiles, bool VisitInputFiles, in PrebuiltModuleListener() 88 llvm::StringSet<> &InputFiles; member in __anonee0cd4250111::PrebuiltModuleListener 98 llvm::StringSet<> &InputFiles, in visitPrebuiltModule() 123 const SmallVectorImpl<FrontendInputFile> &InputFiles) { in deduceDepTarget()
|
/openbsd-src/gnu/llvm/clang/tools/clang-linker-wrapper/ |
H A D | ClangLinkerWrapper.cpp | 279 fatbinary(ArrayRef<std::pair<StringRef, StringRef>> InputFiles, in fatbinary() argument 315 fatbinary(ArrayRef<std::pair<StringRef, StringRef>> InputFiles, in fatbinary() argument 361 Expected<StringRef> clang(ArrayRef<StringRef> InputFiles, const ArgList &Args) { in clang() 434 Expected<StringRef> linkDevice(ArrayRef<StringRef> InputFiles, in linkDevice() 480 std::vector<std::string> getTargetFeatures(ArrayRef<OffloadFile> InputFiles) { in getTargetFeatures() 573 Error linkBitcodeFiles(SmallVectorImpl<OffloadFile> &InputFiles, in linkBitcodeFiles() 885 SmallVector<std::pair<StringRef, StringRef>, 4> InputFiles; in bundleCuda() local 908 SmallVector<std::pair<StringRef, StringRef>, 4> InputFiles; in bundleHIP() local 1024 SmallVector<StringRef> InputFiles; in linkAndWrapDeviceFiles() local 1272 SmallVector<OffloadFile> InputFiles; in getDeviceInput() local
|
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/ |
H A D | LLJITWithGDBRegistrationListener.cpp | 37 static cl::list<std::string> InputFiles(cl::Positional, cl::OneOrMore, variable
|
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/ |
H A D | LLJITWithRemoteDebugging.cpp | 102 static cl::list<std::string> InputFiles(cl::Positional, cl::OneOrMore, variable
|
/openbsd-src/gnu/llvm/llvm/tools/dsymutil/ |
H A D | dsymutil.cpp | 114 std::vector<std::string> InputFiles; member 127 std::vector<std::string> InputFiles; in getInputs() local 328 if (Expected<std::vector<std::string>> InputFiles = in getOptions() local
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-dwp/ |
H A D | llvm-dwp.cpp | 41 InputFiles(cl::Positional, cl::desc("<input files>"), cl::cat(DwpCategory)); variable
|
/openbsd-src/gnu/llvm/llvm/examples/SpeculativeJIT/ |
H A D | SpeculativeJIT.cpp | 27 static cl::list<std::string> InputFiles(cl::Positional, cl::OneOrMore, variable
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-mt/ |
H A D | llvm-mt.cpp | 118 std::vector<std::string> InputFiles = InputArgs.getAllArgValues(OPT_manifest); in llvm_mt_main() local
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-cvtres/ |
H A D | llvm-cvtres.cpp | 148 std::vector<std::string> InputFiles = InputArgs.getAllArgValues(OPT_INPUT); in main() local
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-lipo/ |
H A D | llvm-lipo.cpp | 117 SmallVector<InputFile, 1> InputFiles; member 319 readInputBinaries(LLVMContext &LLVMCtx, ArrayRef<InputFile> InputFiles) { in readInputBinaries()
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfutil/ |
H A D | llvm-dwarfutil.cpp | 84 std::vector<std::string> InputFiles = Args.getAllArgValues(OPT_INPUT); in validateAndSetOptions() local
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-libtool-darwin/ |
H A D | llvm-libtool-darwin.cpp | 45 static cl::list<std::string> InputFiles(cl::Positional, variable
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-objcopy/ |
H A D | ObjcopyOptions.cpp | 1353 StringMap<unsigned> InputFiles; in parseStripOptions() local
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-jitlink/ |
H A D | llvm-jitlink.cpp | 76 static cl::list<std::string> InputFiles(cl::Positional, cl::OneOrMore, variable
|