Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/modularize/
H A DModularizeUtilities.cpp76 llvm::StringRef InputPath = *I; in loadAllHeaderListsAndDependencies() local
78 if (InputPath.endswith(".modulemap")) { in loadAllHeaderListsAndDependencies()
80 if (std::error_code EC = loadModuleMap(InputPath)) in loadAllHeaderListsAndDependencies()
134 llvm::StringRef InputPath) { in loadSingleHeaderListsAndDependencies() argument
137 SmallString<256> HeaderDirectory(InputPath); in loadSingleHeaderListsAndDependencies()
148 MemoryBuffer::getFile(InputPath); in loadSingleHeaderListsAndDependencies()
207 llvm::StringRef InputPath) { in loadProblemHeaderList() argument
210 SmallString<256> HeaderDirectory(InputPath); in loadProblemHeaderList()
221 MemoryBuffer::getFile(InputPath); in loadProblemHeaderList()
259 llvm::StringRef InputPath) { in loadModuleMap() argument
[all …]
H A DModularizeUtilities.h135 llvm::StringRef InputPath);
141 llvm::StringRef InputPath);
147 llvm::StringRef InputPath);
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.cpp113 SmallString<128> InputPath; in copySwiftInterfaces() local
126 InputPath.clear(); in copySwiftInterfaces()
127 sys::path::append(InputPath, Options.PrependPath, InterfaceFile); in copySwiftInterfaces()
128 InterfaceFile = InputPath; in copySwiftInterfaces()
237 SmallString<128> InputPath; in emitRemarks() local
/llvm-project-15.0.7/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp526 SmallString<256> InputPath; in demangleSymbols() local
528 sys::fs::createTemporaryFile("demangle-in", "list", InputFD, InputPath); in demangleSymbols()
530 error(InputPath, EC.message()); in demangleSymbols()
533 ToolOutputFile InputTOF{InputPath, InputFD}; in demangleSymbols()
558 Optional<StringRef> Redirects[] = {InputPath.str(), OutputPath.str(), {""}}; in demangleSymbols()
/llvm-project-15.0.7/lldb/source/Target/
H A DTargetProperties.td106 def InputPath: Property<"input-path", "FileSpec">,