/external/llvm-project/clang-tools-extra/modularize/ |
D | ModularizeUtilities.cpp | 76 llvm::StringRef InputPath = *I; in loadAllHeaderListsAndDependencies() local 78 if (InputPath.endswith(".modulemap")) { in loadAllHeaderListsAndDependencies() 80 if (std::error_code EC = loadModuleMap(InputPath)) in loadAllHeaderListsAndDependencies() 85 if (std::error_code EC = loadSingleHeaderListsAndDependencies(InputPath)) { in loadAllHeaderListsAndDependencies() 86 errs() << "modularize: error: Unable to get header list '" << 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() [all …]
|
D | ModularizeUtilities.h | 135 llvm::StringRef InputPath); 141 llvm::StringRef InputPath); 147 llvm::StringRef InputPath);
|
/external/llvm/tools/llvm-dwarfdump/ |
D | llvm-dwarfdump.cpp | 117 static std::vector<std::string> expandBundle(const std::string &InputPath) { in expandBundle() argument 119 SmallString<256> BundlePath(InputPath); in expandBundle() 143 BundlePaths.push_back(InputPath); in expandBundle()
|
/external/python/cpython2/PC/VC6/ |
D | make_versioninfo.dsp | 56 InputPath=.\make_versioninfo.exe 57 SOURCE="$(InputPath)" 89 InputPath=.\make_versioninfo_d.exe 90 SOURCE="$(InputPath)"
|
/external/llvm-project/llvm/tools/dsymutil/ |
D | DwarfLinkerForBinary.cpp | 113 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
|
/external/llvm-project/llvm/tools/llvm-gsymutil/ |
D | llvm-gsymutil.cpp | 140 static std::vector<std::string> expandBundle(const std::string &InputPath) { in expandBundle() argument 142 SmallString<256> BundlePath(InputPath); in expandBundle() 166 BundlePaths.push_back(InputPath); in expandBundle()
|
/external/llvm-project/compiler-rt/lib/fuzzer/ |
D | FuzzerFork.cpp | 233 void CollectDFT(const std::string &InputPath) { in CollectDFT() 235 if (!FilesWithDFT.insert(InputPath).second) return; in CollectDFT() 240 Cmd.addArgument(InputPath); in CollectDFT()
|
/external/rust/crates/libfuzzer-sys/libfuzzer/ |
D | FuzzerFork.cpp | 233 void CollectDFT(const std::string &InputPath) { in CollectDFT() 235 if (!FilesWithDFT.insert(InputPath).second) return; in CollectDFT() 240 Cmd.addArgument(InputPath); in CollectDFT()
|
/external/icu/icu4c/source/test/perf/ubrkperf/ |
D | ubrkperf20.dsp | 59 InputPath=\dev\0_icu\bin\ubrkperf20.exe 60 SOURCE="$(InputPath)" 63 copy $(InputPath) c:\dev\0_icu\bin\ubrkperf20.exe
|
D | ubrkperf.dsp | 59 InputPath=\dev\0_icu\bin\ubrkperf24.exe 60 SOURCE="$(InputPath)" 63 copy $(InputPath) c:\dev\0_icu\bin\ubrkperf22.exe
|
D | ubrkperfold.dsp | 59 InputPath=.\Release\ubrkperfold.exe 60 SOURCE="$(InputPath)" 63 copy $(InputPath) c:\dev\0_icu\bin\ubrkperf20.exe
|
/external/libpng/contrib/visupng/ |
D | VisualPng.dsp | 62 SOURCE="$(InputPath)" 96 SOURCE="$(InputPath)"
|
/external/llvm-project/llvm/tools/llvm-cov/ |
D | CodeCoverage.cpp | 457 SmallString<256> InputPath; in demangleSymbols() local 459 sys::fs::createTemporaryFile("demangle-in", "list", InputFD, InputPath); in demangleSymbols() 461 error(InputPath, EC.message()); in demangleSymbols() 464 ToolOutputFile InputTOF{InputPath, InputFD}; in demangleSymbols() 489 Optional<StringRef> Redirects[] = {InputPath.str(), OutputPath.str(), {""}}; in demangleSymbols()
|
/external/llvm-project/llvm/tools/llvm-dwarfdump/ |
D | llvm-dwarfdump.cpp | 574 static std::vector<std::string> expandBundle(const std::string &InputPath) { in expandBundle() argument 576 SmallString<256> BundlePath(InputPath); in expandBundle() 602 BundlePaths.push_back(InputPath); in expandBundle()
|
/external/cldr/tools/c/genldml/ |
D | genldml.dsp | 117 InputPath=".\resources\res-files-list.txt"
|
/external/llvm-project/lldb/source/Target/ |
D | TargetProperties.td | 97 def InputPath: Property<"input-path", "FileSpec">,
|
/external/libxml2/win32/wince/ |
D | libxml2.vcp | 2195 InputPath=.\libxml2.def.src 2198 cl /I"..\.." /I"..\..\include" /nologo /EP $(InputPath) > libxml2.def
|