Searched refs:InputPath (Results 1 – 8 of 8) sorted by relevance
/llvm-project/clang-tools-extra/modularize/ |
H A D | ModularizeUtilities.cpp | 76 llvm::StringRef InputPath = *I; in loadAllHeaderListsAndDependencies() local 78 if (InputPath.ends_with(".modulemap")) { in loadAllHeaderListsAndDependencies() 80 if (std::error_code EC = loadModuleMap(InputPath)) in loadAllHeaderListsAndDependencies() 84 if (std::error_code EC = loadSingleHeaderListsAndDependencies(InputPath)) { in loadAllHeaderListsAndDependencies() 85 errs() << "modularize: error: Unable to get header list '" << InputPath in loadAllHeaderListsAndDependencies() 133 llvm::StringRef InputPath) { in loadSingleHeaderListsAndDependencies() argument 136 SmallString<256> HeaderDirectory(InputPath); in loadSingleHeaderListsAndDependencies() 147 MemoryBuffer::getFile(InputPath); in loadSingleHeaderListsAndDependencies() 206 llvm::StringRef InputPath) { in loadProblemHeaderList() argument 209 SmallString<256> HeaderDirectory(InputPath); in loadProblemHeaderList() 258 loadModuleMap(llvm::StringRef InputPath) loadModuleMap() argument [all...] |
H A D | ModularizeUtilities.h | 135 llvm::StringRef InputPath); 141 llvm::StringRef InputPath); 147 llvm::StringRef InputPath);
|
/llvm-project/llvm/tools/llvm-debuginfo-analyzer/ |
H A D | llvm-debuginfo-analyzer.cpp | 54 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()
|
/llvm-project/llvm/tools/llvm-readtapi/ |
H A D | llvm-readtapi.cpp | 243 static void stubifyDirectory(const StringRef InputPath, Context &Ctx) { in stubifyDirectory() 244 assert(InputPath.back() != '/' && "Unexpected / at end of input path."); in stubifyDirectory() 251 for (sys::fs::recursive_directory_iterator IT(InputPath, EC), IE; IT != IE; in stubifyDirectory() 293 isPrivateLibrary(Path.drop_front(InputPath.size()), true)) { in stubifyDirectory() 307 LinkTarget = InputPath; in stubifyDirectory() 348 isPrivateLibrary(Path.drop_front(InputPath.size()))) { in stubifyDirectory() 430 if (!Dir.starts_with(InputPath)) 214 stubifyDirectory(const StringRef InputPath,Context & Ctx) stubifyDirectory() argument
|
/llvm-project/llvm/tools/dsymutil/ |
H A D | DwarfLinkerForBinary.cpp | 204 SmallString<128> InputPath; in emitRelocations() local 235 SmallString<128> InputPath; in emitRemarks() local 504 SmallString<128> InputPath; in copySwiftInterfaces() local 517 InputPath.clear(); in copySwiftInterfaces() 518 sys::path::append(InputPath, Options.PrependPath, InterfaceFile); in copySwiftInterfaces() 519 InterfaceFile = InputPath; in copySwiftInterfaces()
|
/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerFork.cpp | 262 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/llvm/tools/llvm-cov/ |
H A D | CodeCoverage.cpp | 560 SmallString<256> InputPath; in demangleSymbols() local 562 sys::fs::createTemporaryFile("demangle-in", "list", InputFD, InputPath); in demangleSymbols() 564 error(InputPath, EC.message()); in demangleSymbols() 567 ToolOutputFile InputTOF{InputPath, InputFD}; in demangleSymbols() 594 InputPath.str(), OutputPath.str(), {""}}; in demangleSymbols()
|
/llvm-project/lldb/source/Target/ |
H A D | TargetProperties.td | 128 def InputPath: Property<"input-path", "FileSpec">,
|