Home
last modified time | relevance | path

Searched refs:InputPath (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/llvm-debuginfo-analyzer/
H A Dllvm-debuginfo-analyzer.cpp54 static std::vector<std::string> expandBundle(const std::string &InputPath) { in expandBundle() argument
56 SmallString<256> BundlePath(InputPath); in expandBundle()
81 BundlePaths.push_back(InputPath); in expandBundle()
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerFork.cpp262 void CollectDFT(const std::string &InputPath) { in CollectDFT()
264 if (!FilesWithDFT.insert(InputPath).second) return; in CollectDFT()
269 Cmd.addArgument(InputPath); in CollectDFT()
/openbsd-src/gnu/llvm/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.cpp112 SmallString<128> InputPath; in copySwiftInterfaces() local
125 InputPath.clear(); in copySwiftInterfaces()
126 sys::path::append(InputPath, Options.PrependPath, InterfaceFile); in copySwiftInterfaces()
127 InterfaceFile = InputPath; in copySwiftInterfaces()
236 SmallString<128> InputPath; in emitRemarks() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp533 SmallString<256> InputPath; in demangleSymbols() local
535 sys::fs::createTemporaryFile("demangle-in", "list", InputFD, InputPath); in demangleSymbols()
537 error(InputPath, EC.message()); in demangleSymbols()
540 ToolOutputFile InputTOF{InputPath, InputFD}; in demangleSymbols()
567 InputPath.str(), OutputPath.str(), {""}}; in demangleSymbols()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTargetProperties.td109 def InputPath: Property<"input-path", "FileSpec">,